diff options
author | Jordi Pakey-Rodriguez <0xdec@users.noreply.github.com> | 2017-11-21 13:55:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 13:55:18 -0600 |
commit | 6f8f3d45baf74a181b4f0a61d83eb01fd4ff894e (patch) | |
tree | 19be497346e1237a35c2c1efc67bad6f7e53d6dc /themes/base16-oceanicnext.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-oceanicnext.config')
-rw-r--r-- | themes/base16-oceanicnext.config | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/themes/base16-oceanicnext.config b/themes/base16-oceanicnext.config index f29c838..779cbae 100644 --- a/themes/base16-oceanicnext.config +++ b/themes/base16-oceanicnext.config @@ -1,33 +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 +! 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 +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 +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 |