diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-11-03 18:50:19 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-11-03 18:50:19 -0500 |
commit | d7a715a4ddb9e99b42444cef34c2736cece9c2a5 (patch) | |
tree | d87f061fd9a7cd456fc78e7553c476ecfbf8695b /.config/foot/themes/tempus-spring | |
parent | 2ecd86e43276077b173f35c7bc5e72d521136f9b (diff) | |
download | dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.gz dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.bz2 dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.zip |
add additional dotfiles
Diffstat (limited to '.config/foot/themes/tempus-spring')
-rw-r--r-- | .config/foot/themes/tempus-spring | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/foot/themes/tempus-spring b/.config/foot/themes/tempus-spring new file mode 100644 index 0000000..d50e6d0 --- /dev/null +++ b/.config/foot/themes/tempus-spring @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Spring +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a palette inspired by early spring colours (WCAG AA compliant) + +#[cursor] +#color = 283a37 b5b8b7 + +[colors] +foreground = b5b8b7 +background = 283a37 +regular0 = 283a37 +regular1 = ff8b5f +regular2 = 5ec04d +regular3 = b0b01a +regular4 = 39bace +regular5 = e99399 +regular6 = 36c08e +regular7 = 99afae +bright0 = 2a453d +bright1 = e19e00 +bright2 = 73be0d +bright3 = c6a843 +bright4 = 70afef +bright5 = d095e2 +bright6 = 3cbfaf +bright7 = b5b8b7 +# selection-foreground = 99afae +# selection-background = 2a453d |