aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-unikitty-light.config
diff options
context:
space:
mode:
authorJordi Pakey-Rodriguez <jordi.orlando@gmail.com>2017-01-13 15:22:37 -0600
committerJordi Pakey-Rodriguez <jordi.orlando@gmail.com>2017-01-13 15:22:37 -0600
commit8e1fb72e255643b366d5e0b7b78e0230f65ce45f (patch)
treef57a08edcf98220d1017f1009e4aa90fc6f08815 /themes/base16-unikitty-light.config
Initial commit
Diffstat (limited to 'themes/base16-unikitty-light.config')
-rw-r--r--themes/base16-unikitty-light.config33
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-unikitty-light.config b/themes/base16-unikitty-light.config
new file mode 100644
index 0000000..37d2f58
--- /dev/null
+++ b/themes/base16-unikitty-light.config
@@ -0,0 +1,33 @@
+! Base16 Unikitty Light
+! Author: Josh W Lewis (@joshwlewis)
+
+! base00: #ffffff
+! base01: #e1e1e2
+! base02: #c4c3c5
+! base03: #a7a5a8
+! base04: #89878b
+! base05: #6c696e
+! base06: #4f4b51
+! base07: #322d34
+! base08: #d8137f
+! base09: #d65407
+! base0A: #dc8a0e
+! base0B: #17ad98
+! base0C: #149bda
+! base0D: #775dff
+! base0E: #aa17e6
+! base0F: #e013d0
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! Property Name BG Border Separator
+rofi.color-window: #e1e1e2, #e1e1e2, #ffffff
+
+! Property Name BG FG BG-alt Head-BG Head-FG
+rofi.color-normal: #e1e1e2, #6c696e, #e1e1e2, #e1e1e2, #322d34
+rofi.color-active: #e1e1e2, #775dff, #e1e1e2, #e1e1e2, #775dff
+rofi.color-urgent: #e1e1e2, #d8137f, #e1e1e2, #e1e1e2, #d8137f
+
+! Set the desired separator style
+rofi.separator-style: solid
5 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198