chore: Added theme change script to raycast and fix a bunch of theme related stuff

This commit is contained in:
Afonso Franco 2024-02-13 02:31:12 +00:00
parent 6596904e07
commit 638781b347
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
27 changed files with 442 additions and 490 deletions

View file

@ -0,0 +1,28 @@
# Colors (Gruvbox Material Medium Light)
# Default colors
[colors.primary]
background = '#fbf1c7'
foreground = '#654735'
# Normal colors
[colors.normal]
black = '#654735'
red = '#c14a4a'
green = '#6c782e'
yellow = '#b47109'
blue = '#45707a'
magenta = '#945e80'
cyan = '#4c7a5d'
white = '#eee0b7'
# Bright colors (same as normal colors)
[colors.bright]
black = '#654735'
red = '#c14a4a'
green = '#6c782e'
yellow = '#b47109'
blue = '#45707a'
magenta = '#945e80'
cyan = '#4c7a5d'
white = '#eee0b7'