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-phd.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-phd.config (limited to 'themes/base16-phd.config') diff --git a/themes/base16-phd.config b/themes/base16-phd.config new file mode 100644 index 0000000..242230b --- /dev/null +++ b/themes/base16-phd.config @@ -0,0 +1,33 @@ +! Base16 PhD +! Author: Hennig Hasemann (http://leetless.de/vim.html) + +! base00: #061229 +! base01: #2a3448 +! base02: #4d5666 +! base03: #717885 +! base04: #9a99a3 +! base05: #b8bbc2 +! base06: #dbdde0 +! base07: #ffffff +! base08: #d07346 +! base09: #f0a000 +! base0A: #fbd461 +! base0B: #99bf52 +! base0C: #72b9bf +! base0D: #5299bf +! base0E: #9989cc +! base0F: #b08060 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #2a3448, #2a3448, #061229 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #2a3448, #b8bbc2, #2a3448, #2a3448, #ffffff +rofi.color-active: #2a3448, #5299bf, #2a3448, #2a3448, #5299bf +rofi.color-urgent: #2a3448, #d07346, #2a3448, #2a3448, #d07346 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3