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-dawn | |
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-dawn')
-rw-r--r-- | .config/foot/themes/tempus-dawn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/foot/themes/tempus-dawn b/.config/foot/themes/tempus-dawn new file mode 100644 index 0000000..cf143fb --- /dev/null +++ b/.config/foot/themes/tempus-dawn @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Dawn +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Light theme with a soft, slightly desaturated palette (WCAG AA compliant) + +#[cursor] +#color = eff0f2 4a4b4e + +[colors] +foreground = 4a4b4e +background = eff0f2 +regular0 = 4a4b4e +regular1 = a32a3a +regular2 = 206620 +regular3 = 745300 +regular4 = 4b529a +regular5 = 8d377e +regular6 = 086784 +regular7 = dee2e0 +bright0 = 676364 +bright1 = a64822 +bright2 = 187408 +bright3 = 8b590a +bright4 = 5c59b2 +bright5 = 8e45a8 +bright6 = 3f649c +bright7 = eff0f2 +# selection-foreground = 676364 +# selection-background = dee2e0 |