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/dracula | |
parent | 2ecd86e43276077b173f35c7bc5e72d521136f9b (diff) | |
download | dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.gz dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.bz2 dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.zip |
add additional dotfiles
Diffstat (limited to '.config/foot/themes/dracula')
-rw-r--r-- | .config/foot/themes/dracula | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.config/foot/themes/dracula b/.config/foot/themes/dracula new file mode 100644 index 0000000..8b6ab54 --- /dev/null +++ b/.config/foot/themes/dracula @@ -0,0 +1,25 @@ +# -*- conf -*- +# Dracula + +[cursor] +color=282a36 f8f8f2 + +[colors] +foreground=f8f8f2 +background=282a36 +regular0=000000 # black +regular1=ff5555 # red +regular2=50fa7b # green +regular3=f1fa8c # yellow +regular4=bd93f9 # blue +regular5=ff79c6 # magenta +regular6=8be9fd # cyan +regular7=bfbfbf # white +bright0=4d4d4d # bright black +bright1=ff6e67 # bright red +bright2=5af78e # bright green +bright3=f4f99d # bright yellow +bright4=caa9fa # bright blue +bright5=ff92d0 # bright magenta +bright6=9aedfe # bright cyan +bright7=e6e6e6 # bright white
\ No newline at end of file |