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-winter | |
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-winter')
-rw-r--r-- | .config/foot/themes/tempus-winter | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/foot/themes/tempus-winter b/.config/foot/themes/tempus-winter new file mode 100644 index 0000000..8db9705 --- /dev/null +++ b/.config/foot/themes/tempus-winter @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Winter +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a palette inspired by winter nights at the city (WCAG AA compliant) + +#[cursor] +#color = 202427 8da3b8 + +[colors] +foreground = 8da3b8 +background = 202427 +regular0 = 202427 +regular1 = ed6e5a +regular2 = 4aa920 +regular3 = 9a9921 +regular4 = 7b91df +regular5 = d17e80 +regular6 = 4fa394 +regular7 = 91959b +bright0 = 2a2e38 +bright1 = de7b28 +bright2 = 00ab5f +bright3 = af9155 +bright4 = 329fcb +bright5 = ca77c5 +bright6 = 1ba6a4 +bright7 = 8da3b8 +# selection-foreground = 91959b +# selection-background = 2a2e38 |