summaryrefslogtreecommitdiffstats
path: root/themes/Arc.theme
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-27 15:28:11 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-27 15:28:11 +0200
commitf0d2a06268d6c0eb998a771a5a55577d44acac8a (patch)
tree220c41a887f1218e75fd3f6cb79c38da06ec32aa /themes/Arc.theme
parentfb459e16606da7e53d46661b151869ad01e242e6 (diff)
Add some themes to be installed, add theme-selector script thingy.
Diffstat (limited to 'themes/Arc.theme')
-rw-r--r--themes/Arc.theme15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/Arc.theme b/themes/Arc.theme
new file mode 100644
index 00000000..181da9a3
--- /dev/null
+++ b/themes/Arc.theme
@@ -0,0 +1,15 @@
+! ------------------------------------------------------------------------------
+! ROFI Color theme
+! ------------------------------------------------------------------------------
+! Use extended color scheme
+rofi.color-enabled: true
+! Color scheme for normal row
+rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff
+! Color scheme for urgent row
+rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f
+! Color scheme for active row
+rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0
+! Color scheme window
+rofi.color-window: #ffffff,#f5f5f5
+! Separator style (none, dash, solid)
+rofi.separator-style: solid