diff options
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 |