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-summer | |
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-summer')
-rw-r--r-- | .config/foot/themes/tempus-summer | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/foot/themes/tempus-summer b/.config/foot/themes/tempus-summer new file mode 100644 index 0000000..7da1d8c --- /dev/null +++ b/.config/foot/themes/tempus-summer @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Summer +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with colours inspired by summer evenings by the sea (WCAG AA compliant) + +#[cursor] +#color = 202c3d a0abae + +[colors] +foreground = a0abae +background = 202c3d +regular0 = 202c3d +regular1 = fe6f70 +regular2 = 4eb075 +regular3 = ba9a0a +regular4 = 60a1e6 +regular5 = d285ad +regular6 = 3dae9f +regular7 = 949cbf +bright0 = 39304f +bright1 = ec7f4f +bright2 = 5baf4f +bright3 = be981f +bright4 = 8599ef +bright5 = cc82d7 +bright6 = 2aacbf +bright7 = a0abae +# selection-foreground = 949cbf +# selection-background = 39304f |