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-codeschool.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-codeschool.config (limited to 'themes/base16-codeschool.config') diff --git a/themes/base16-codeschool.config b/themes/base16-codeschool.config new file mode 100644 index 0000000..72bd558 --- /dev/null +++ b/themes/base16-codeschool.config @@ -0,0 +1,33 @@ +! Base16 Codeschool +! Author: brettof86 + +! base00: #232c31 +! base01: #1c3657 +! base02: #2a343a +! base03: #3f4944 +! base04: #84898c +! base05: #9ea7a6 +! base06: #a7cfa3 +! base07: #b5d8f6 +! base08: #2a5491 +! base09: #43820d +! base0A: #a03b1e +! base0B: #237986 +! base0C: #b02f30 +! base0D: #484d79 +! base0E: #c59820 +! base0F: #c98344 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #1c3657, #1c3657, #232c31 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #1c3657, #9ea7a6, #1c3657, #1c3657, #b5d8f6 +rofi.color-active: #1c3657, #484d79, #1c3657, #1c3657, #484d79 +rofi.color-urgent: #1c3657, #2a5491, #1c3657, #1c3657, #2a5491 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3