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/deus | |
parent | 2ecd86e43276077b173f35c7bc5e72d521136f9b (diff) | |
download | dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.gz dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.bz2 dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.zip |
add additional dotfiles
Diffstat (limited to '.config/foot/themes/deus')
-rw-r--r-- | .config/foot/themes/deus | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/foot/themes/deus b/.config/foot/themes/deus new file mode 100644 index 0000000..8fb37f7 --- /dev/null +++ b/.config/foot/themes/deus @@ -0,0 +1,31 @@ +# -*- conf -*- +# Deus +# Color palette based on: https://github.com/ajmwagar/vim-deus + +[cursor] +color=2c323b eaeaea + +[colors] +background=2c323b +foreground=eaeaea +regular0=242a32 +regular1=d54e53 +regular2=98c379 +regular3=e5c07b +regular4=83a598 +regular5=c678dd +regular6=70c0ba +regular7=eaeaea +bright0=666666 +bright1=ec3e45 +bright2=90c966 +bright3=edbf69 +bright4=73ba9f +bright5=c858e9 +bright6=2bcec2 +bright7=ffffff + +# Enable if prefer Deus colors instead of inverterd fg/bg for +# highlighting (mouse selection) +# selection-foreground=2c323b +# selection-background=eaeaea |