about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-09-22 11:53:01 +0100
committerdevhell <devhell@mailfresser.de>2017-09-22 11:53:01 +0100
commit3d71cd396c69c4752a936fcdf9fccaf7bb4279c5 (patch)
treeffd2f5ceb0abc305e6ff42564b595a2895adeaf3 /machines/devhell
parenta3c322a3677c4013bdb08a46f7fd39348aea1054 (diff)
machines/titan: Adapt new rofi theme too
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/titan.nix20
1 files changed, 7 insertions, 13 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 369ca26a..739fa16d 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -145,20 +145,14 @@
             ${xterm}*cursorColor:        #545f65
         '') [ "UXTerm" "XTerm" ]}
         ! ------------------------------------------------------------------------------
-        ! ROFI Color theme & Settings
+        ! ROFI Color theme
+        ! Copyright: 2017 leofa
         ! ------------------------------------------------------------------------------
-        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
+        rofi.color-normal:                   argb:0383c4a, #c4cbd4, argb:96404552, #4084d6, #f9f9f9
+        rofi.color-urgent:                   argb:02d303b, #cc6666, argb:e52d303b, #a54242, #f9f9f9
+        rofi.color-active:                   argb:02d303b, #b5bd68, argb:e42d303b, #8c9440, #f9f9f9
+        rofi.color-window:                   argb:f22d303b, #7c8389, #1d1f21
+        rofi.separator-style:                solid
       ''}"
     '';
   };