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-oceanicnext.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-oceanicnext.config (limited to 'themes/base16-oceanicnext.config') diff --git a/themes/base16-oceanicnext.config b/themes/base16-oceanicnext.config new file mode 100644 index 0000000..f29c838 --- /dev/null +++ b/themes/base16-oceanicnext.config @@ -0,0 +1,33 @@ +! Base16 OceanicNext +! Author: https://github.com/voronianski/oceanic-next-color-scheme + +! base00: #1B2B34 +! base01: #343D46 +! base02: #4F5B66 +! base03: #65737E +! base04: #A7ADBA +! base05: #C0C5CE +! base06: #CDD3DE +! base07: #D8DEE9 +! base08: #EC5f67 +! base09: #F99157 +! base0A: #FAC863 +! base0B: #99C794 +! base0C: #5FB3B3 +! base0D: #6699CC +! base0E: #C594C5 +! base0F: #AB7967 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #343D46, #343D46, #1B2B34 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #343D46, #C0C5CE, #343D46, #343D46, #D8DEE9 +rofi.color-active: #343D46, #6699CC, #343D46, #343D46, #6699CC +rofi.color-urgent: #343D46, #EC5f67, #343D46, #343D46, #EC5f67 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3