From 8e1fb72e255643b366d5e0b7b78e0230f65ce45f Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Fri, 13 Jan 2017 15:22:37 -0600 Subject: Initial commit --- themes/base16-github.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-github.config (limited to 'themes/base16-github.config') diff --git a/themes/base16-github.config b/themes/base16-github.config new file mode 100644 index 0000000..1a05e50 --- /dev/null +++ b/themes/base16-github.config @@ -0,0 +1,33 @@ +! Base16 Github +! Author: Defman21 + +! base00: #ffffff +! base01: #f5f5f5 +! base02: #c8c8fa +! base03: #969896 +! base04: #e8e8e8 +! base05: #333333 +! base06: #ffffff +! base07: #ffffff +! base08: #ed6a43 +! base09: #0086b3 +! base0A: #795da3 +! base0B: #183691 +! base0C: #183691 +! base0D: #795da3 +! base0E: #a71d5d +! base0F: #333333 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #f5f5f5, #f5f5f5, #ffffff + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #f5f5f5, #333333, #f5f5f5, #f5f5f5, #ffffff +rofi.color-active: #f5f5f5, #795da3, #f5f5f5, #f5f5f5, #795da3 +rofi.color-urgent: #f5f5f5, #ed6a43, #f5f5f5, #f5f5f5, #ed6a43 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3