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-future | |
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-future')
-rw-r--r-- | .config/foot/themes/tempus-future | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/foot/themes/tempus-future b/.config/foot/themes/tempus-future new file mode 100644 index 0000000..3dd8c7a --- /dev/null +++ b/.config/foot/themes/tempus-future @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Future +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with colours inspired by concept art of outer space (WCAG AAA compliant) + +#[cursor] +#color = 090a18 b4abac + +[colors] +foreground = b4abac +background = 090a18 +regular0 = 090a18 +regular1 = ff7e8f +regular2 = 6aba39 +regular3 = bfa51a +regular4 = 4ab2d7 +regular5 = e58f84 +regular6 = 2ab7bb +regular7 = a7a2c4 +bright0 = 2b1329 +bright1 = f78e2f +bright2 = 60ba80 +bright3 = de9b1d +bright4 = 8ba7ea +bright5 = e08bd6 +bright6 = 2cbab6 +bright7 = b4abac +# selection-foreground = a7a2c4 +# selection-background = 2b1329 |