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-night | |
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-night')
-rw-r--r-- | .config/foot/themes/tempus-night | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/foot/themes/tempus-night b/.config/foot/themes/tempus-night new file mode 100644 index 0000000..de7be5f --- /dev/null +++ b/.config/foot/themes/tempus-night @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Night +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: High contrast dark theme with bright colours (WCAG AAA compliant) + +#[cursor] +#color = 1a1a1a e0e0e0 + +[colors] +foreground = e0e0e0 +background = 1a1a1a +regular0 = 1a1a1a +regular1 = ff929f +regular2 = 5fc940 +regular3 = c5b300 +regular4 = 5fb8ff +regular5 = ef91df +regular6 = 1dc5c3 +regular7 = c4bdaf +bright0 = 242536 +bright1 = f69d6a +bright2 = 88c400 +bright3 = d7ae00 +bright4 = 8cb4f0 +bright5 = de99f0 +bright6 = 00ca9a +bright7 = e0e0e0 +# selection-foreground = c4bdaf +# selection-background = 242536 |