From 75231228bfd8f8ab2cff49954e0d16a91c8f14cd Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Fri, 30 Nov 2018 09:01:20 +0100 Subject: added snazzy theme (#10) --- themes/base16-snazzy.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-snazzy.config (limited to 'themes/base16-snazzy.config') diff --git a/themes/base16-snazzy.config b/themes/base16-snazzy.config new file mode 100755 index 0000000..758a30b --- /dev/null +++ b/themes/base16-snazzy.config @@ -0,0 +1,33 @@ +! Base16 Snazzy +! Author: Chawye Hsu (https://github.com/h404bi) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) + +! base00: #282a36 +! base01: #34353e +! base02: #43454f +! base03: #78787e +! base04: #a5a5a9 +! base05: #e2e4e5 +! base06: #eff0eb +! base07: #f1f1f0 +! base08: #ff5c57 +! base09: #ff9f43 +! base0A: #f3f99d +! base0B: #5af78e +! base0C: #9aedfe +! base0D: #57c7ff +! base0E: #ff6ac1 +! base0F: #b2643c + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #34353e, #34353e, #282a36 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #34353e, #e2e4e5, #34353e, #34353e, #f1f1f0 +rofi.color-active: #34353e, #57c7ff, #34353e, #34353e, #57c7ff +rofi.color-urgent: #34353e, #ff5c57, #34353e, #34353e, #ff5c57 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3