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-autumn | |
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-autumn')
-rw-r--r-- | .config/foot/themes/tempus-autumn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/foot/themes/tempus-autumn b/.config/foot/themes/tempus-autumn new file mode 100644 index 0000000..9c1f879 --- /dev/null +++ b/.config/foot/themes/tempus-autumn @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Autumn +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a palette inspired by earthly colours (WCAG AA compliant) + +#[cursor] +#color = 302420 a9a2a6 + +[colors] +foreground = a9a2a6 +background = 302420 +regular0 = 302420 +regular1 = f46f55 +regular2 = 85a400 +regular3 = b09640 +regular4 = 799aca +regular5 = df798e +regular6 = 52a885 +regular7 = a8948a +bright0 = 36302a +bright1 = e27e3d +bright2 = 43aa7a +bright3 = ba9400 +bright4 = 958fdf +bright5 = ce7dc4 +bright6 = 2fa6b7 +bright7 = a9a2a6 +# selection-foreground = a8948a +# selection-background = 36302a |