summaryrefslogtreecommitdiffstats
path: root/themes/gruvbox-dark-hard.theme
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-16 09:22:41 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-16 09:22:41 +0100
commitd245a4e6a1f7b1ec6a1f63eb2be729f08ddd2fbc (patch)
treebaedeed9655c1c6dc3cc853e0bdc8ddd1147bd86 /themes/gruvbox-dark-hard.theme
parent34cf7c690951045f71f48d69ac880e274c9c967e (diff)
Add themes, make rofi-theme-selector show highlighted rows.
Diffstat (limited to 'themes/gruvbox-dark-hard.theme')
-rw-r--r--themes/gruvbox-dark-hard.theme23
1 files changed, 23 insertions, 0 deletions
diff --git a/themes/gruvbox-dark-hard.theme b/themes/gruvbox-dark-hard.theme
new file mode 100644
index 00000000..51b592d1
--- /dev/null
+++ b/themes/gruvbox-dark-hard.theme
@@ -0,0 +1,23 @@
+!-------------------------------------------------------------------------------
+! Rofi color theme
+!
+! Based on the Gruvbox color scheme for Vim by morhetz
+! https://github.com/morhetz/gruvbox
+!
+! File: gruvbox-dark-hard.theme
+! Desc: Gruvbox dark (hard contrast) color theme for Rofi
+! Author: bardisty <b@bah.im>
+! Source: https://github.com/bardisty/gruvbox-rofi
+! Modified: Sat Oct 22 2016 03:12:10 PDT -0700
+!-------------------------------------------------------------------------------
+
+! Enable the extended coloring options
+rofi.color-enabled: true
+
+! bg border separator
+rofi.color-window: #1d2021, #a89984, #a89984
+
+! bg fg bg-alt hl-bg hl-fg
+rofi.color-normal: #1d2021, #ebdbb2, #282828, #504945, #fbf1c7
+rofi.color-active: #d79921, #1d2021, #d79921, #fabd2f, #1d2021
+rofi.color-urgent: #cc241d, #1d2021, #cc241d, #fb4934, #1d2021