diff options
Diffstat (limited to 'themes/base16-atelier-forest-light.config')
-rwxr-xr-x | themes/base16-atelier-forest-light.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-atelier-forest-light.config b/themes/base16-atelier-forest-light.config new file mode 100755 index 0000000..6084be0 --- /dev/null +++ b/themes/base16-atelier-forest-light.config @@ -0,0 +1,33 @@ +! Base16 Atelier Forest Light +! Author: Bram de Haan (http://atelierbramdehaan.nl) + +! base00: #f1efee +! base01: #e6e2e0 +! base02: #a8a19f +! base03: #9c9491 +! base04: #766e6b +! base05: #68615e +! base06: #2c2421 +! base07: #1b1918 +! base08: #f22c40 +! base09: #df5320 +! base0A: #c38418 +! base0B: #7b9726 +! base0C: #3d97b8 +! base0D: #407ee7 +! base0E: #6666ea +! base0F: #c33ff3 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #e6e2e0, #e6e2e0, #f1efee + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #e6e2e0, #68615e, #e6e2e0, #e6e2e0, #1b1918 +rofi.color-active: #e6e2e0, #407ee7, #e6e2e0, #e6e2e0, #407ee7 +rofi.color-urgent: #e6e2e0, #f22c40, #e6e2e0, #e6e2e0, #f22c40 + +! Set the desired separator style +rofi.separator-style: solid |