about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2016-05-01 18:57:53 +0100
committerdevhell <^@regexmail.net>2016-05-01 19:11:18 +0100
commit1f3265ba1fe35730e7ff9f8427c455fc49cd6db6 (patch)
treea882768718916c4322d7b82092d39eba643715a0
parent1997d11cf6b1461c51b84acc5406a7fcc0c09e5c (diff)
services_{eris,skunkworks,titan}: Add rofi color theme
`rofi` moved to a different config style.
-rw-r--r--services/services_eris.nix15
-rw-r--r--services/services_skunkworks.nix15
-rw-r--r--services/services_titan.nix15
3 files changed, 45 insertions, 0 deletions
diff --git a/services/services_eris.nix b/services/services_eris.nix
index 020cbfe6..754f008c 100644
--- a/services/services_eris.nix
+++ b/services/services_eris.nix
@@ -71,6 +71,21 @@
         XTerm*cursorColor:    #545f65
         *background:          #121212
         *foreground:          #babdb6
+        ! ------------------------------------------------------------------------------
+        ! ROFI Color theme & Settings
+        ! ------------------------------------------------------------------------------
+        rofi.modi: run
+        rofi.opacity: 85
+        rofi.width: 100
+        rofi.lines: 3
+        rofi.padding: 300
+        rofi.bw: 0
+        rofi.eh: 2
+        rofi.color-enabled: true
+        rofi.color-window: #393939, #393939, #268bd2
+        rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff
+        rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171
+        rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c
       ''}"
     '';
   };
diff --git a/services/services_skunkworks.nix b/services/services_skunkworks.nix
index 38153295..8d9f8524 100644
--- a/services/services_skunkworks.nix
+++ b/services/services_skunkworks.nix
@@ -139,6 +139,21 @@
         *.color13:      base06
         *.color14:      base0F
         *.color15:      base07
+        ! ------------------------------------------------------------------------------
+        ! ROFI Color theme & Settings
+        ! ------------------------------------------------------------------------------
+        rofi.modi: run
+        rofi.opacity: 85
+        rofi.width: 100
+        rofi.lines: 3
+        rofi.padding: 450
+        rofi.bw: 0
+        rofi.eh: 2
+        rofi.color-enabled: true
+        rofi.color-window: #393939, #393939, #268bd2
+        rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff
+        rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171
+        rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c
       ''}"
 
       DISPLAY=:0.1 ${pkgs.windowmaker}/bin/wmaker &
diff --git a/services/services_titan.nix b/services/services_titan.nix
index 2e514dbe..f7b668c7 100644
--- a/services/services_titan.nix
+++ b/services/services_titan.nix
@@ -68,6 +68,21 @@
         XTerm*cursorColor:    #545f65
         *background:          #121212
         *foreground:          #babdb6
+        ! ------------------------------------------------------------------------------
+        ! ROFI Color theme & Settings
+        ! ------------------------------------------------------------------------------
+        rofi.modi: run
+        rofi.opacity: 85
+        rofi.width: 100
+        rofi.lines: 3
+        rofi.padding: 300
+        rofi.bw: 0
+        rofi.eh: 2
+        rofi.color-enabled: true
+        rofi.color-window: #393939, #393939, #268bd2
+        rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff
+        rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171
+        rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c
       ''}"
     '';
   };