From 3086b2d13cc385939f42c53a624f8921073fc95b Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sun, 19 Mar 2017 22:36:22 +0100 Subject: [PATCH] Xdefaults: own color theme for rofi --- Xdefaults | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/Xdefaults b/Xdefaults index e7d552f..490060f 100644 --- a/Xdefaults +++ b/Xdefaults @@ -41,18 +41,13 @@ urxvt.keysym.KP_8: 8 urxvt.keysym.KP_9: 9 urxvt.keysym.KP_0: 0 -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: qball -! Copyright: Dave Davenport -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f -! "Color scheme for active row" Set from: File -rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f -! "Color scheme window" Set from: File -rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc -! "Separator style (none, dash, solid)" Set from: XResources -rofi.separator-style: solid +! Rofi color config: +! Lines: background, foreground, background alt, highlight bg, highlight fg +rofi.color-normal: argb:0000000, #ccff99, argb:11ffffff, #ccff99, #000000 +rofi.color-urgent: argb:0000000, #ffff99, argb:11ffffff, #ffff99, #440000 +rofi.color-active: argb:22aaaaa, #eeffcc, argb:22ffffff, #eeffcc, #004400 +! Window: background border, separator +rofi.color-window: argb:dd003300, #ddeebb, #aacc88 +rofi.separator-style: dash + +rofi.terminal: urxvt