diff options
Diffstat (limited to 'colors/base16-darcula')
-rw-r--r-- | colors/base16-darcula | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-darcula b/colors/base16-darcula new file mode 100644 index 0000000..f28e222 --- /dev/null +++ b/colors/base16-darcula @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Darcula by jetbrains +# +# Copy this into the [colors] section of your foot.ini config +foreground=a9b7c6 +background=2b2b2b +regular0=2b2b2b +regular1=4eade5 +regular2=6a8759 +regular3=bbb529 +regular4=9876aa +regular5=cc7832 +regular6=629755 +regular7=a9b7c6 +bright0=606366 +bright1=4eade5 +bright2=6a8759 +bright3=bbb529 +bright4=9876aa +bright5=cc7832 +bright6=629755 +selection-foreground=a9b7c6 +selection-background=323232 |