diff options
Diffstat (limited to 'themes/base16-porple.config')
-rwxr-xr-x | themes/base16-porple.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-porple.config b/themes/base16-porple.config new file mode 100755 index 0000000..acad9d3 --- /dev/null +++ b/themes/base16-porple.config @@ -0,0 +1,33 @@ +! Base16 Porple +! Author: Niek den Breeje (https://github.com/AuditeMarlow) + +! base00: #292c36 +! base01: #333344 +! base02: #474160 +! base03: #65568a +! base04: #b8b8b8 +! base05: #d8d8d8 +! base06: #e8e8e8 +! base07: #f8f8f8 +! base08: #f84547 +! base09: #d28e5d +! base0A: #efa16b +! base0B: #95c76f +! base0C: #64878f +! base0D: #8485ce +! base0E: #b74989 +! base0F: #986841 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #333344, #333344, #292c36 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #333344, #d8d8d8, #333344, #333344, #f8f8f8 +rofi.color-active: #333344, #8485ce, #333344, #333344, #8485ce +rofi.color-urgent: #333344, #f84547, #333344, #333344, #f84547 + +! Set the desired separator style +rofi.separator-style: solid |