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/jetbrains-darcula | |
parent | 2ecd86e43276077b173f35c7bc5e72d521136f9b (diff) | |
download | dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.gz dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.tar.bz2 dotfiles-d7a715a4ddb9e99b42444cef34c2736cece9c2a5.zip |
add additional dotfiles
Diffstat (limited to '.config/foot/themes/jetbrains-darcula')
-rw-r--r-- | .config/foot/themes/jetbrains-darcula | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/foot/themes/jetbrains-darcula b/.config/foot/themes/jetbrains-darcula new file mode 100644 index 0000000..8252849 --- /dev/null +++ b/.config/foot/themes/jetbrains-darcula @@ -0,0 +1,28 @@ +# -*- conf -*- +# JetBrains Darcula +# Palette based on the same theme from https://github.com/dexpota/kitty-themes + +[cursor] +color=202020 ffffff + +[colors] +background=202020 +foreground=adadad +regular0=000000 # black +regular1=fa5355 # red +regular2=126e00 # green +regular3=c2c300 # yellow +regular4=4581eb # blue +regular5=fa54ff # magenta +regular6=33c2c1 # cyan +regular7=adadad # white +bright0=545454 # bright black +bright1=fb7172 # bright red +bright2=67ff4f # bright green +bright3=ffff00 # bright yellow +bright4=6d9df1 # bright blue +bright5=fb82ff # bright magenta +bright6=60d3d1 # bright cyan +bright7=eeeeee # bright white +# selection-foreground=202020 +# selection-background=1a3272 |