From 4fae418fe312e8a7b9ab72bccbf16050d4f32df4 Mon Sep 17 00:00:00 2001 From: Jay Ta'ala Date: Fri, 3 Apr 2020 09:21:14 +1100 Subject: [PATCH] Added rofi theme for d64161 (colour) and renamed some config files from numx. --- conky/{conky_numix => conky} | 0 conky/{conky_shortcuts_numix => conky_shortcuts} | 2 +- rofi/config | 2 +- rofi/themes/{lb-numix.rasi => lb-custom.rasi} | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename conky/{conky_numix => conky} (100%) rename conky/{conky_shortcuts_numix => conky_shortcuts} (98%) rename rofi/themes/{lb-numix.rasi => lb-custom.rasi} (98%) diff --git a/conky/conky_numix b/conky/conky similarity index 100% rename from conky/conky_numix rename to conky/conky diff --git a/conky/conky_shortcuts_numix b/conky/conky_shortcuts similarity index 98% rename from conky/conky_shortcuts_numix rename to conky/conky_shortcuts index 477daf9..8be7b9e 100644 --- a/conky/conky_shortcuts_numix +++ b/conky/conky_shortcuts @@ -2,7 +2,7 @@ conky.config = { alignment = 'bottom_left', background = true, cpu_avg_samples = 2, - default_color = 'd64161', + default_color = 'D64161', color2 = 'F9FAF9', double_buffer = true, font = 'Bitstream Vera Sans:size=8', diff --git a/rofi/config b/rofi/config index 99ee7ce..2211fa0 100644 --- a/rofi/config +++ b/rofi/config @@ -1,5 +1,5 @@ !theme location -rofi.theme: ~/.jt-config-repo/rofi/themes/lb-numix.rasi +rofi.theme: ~/.jt-config-repo/rofi/themes/lb-custom.rasi !keyboard binding changes: tab, shift+tab to switch modes rofi.kb-row-tab: diff --git a/rofi/themes/lb-numix.rasi b/rofi/themes/lb-custom.rasi similarity index 98% rename from rofi/themes/lb-numix.rasi rename to rofi/themes/lb-custom.rasi index b782694..978278a 100644 --- a/rofi/themes/lb-numix.rasi +++ b/rofi/themes/lb-custom.rasi @@ -19,7 +19,7 @@ selected-active-foreground: @foreground; alternate-active-background: rgba ( 255, 255, 255, 7 % ); background: rgba ( 51, 51, 51, 93 % ); - bordercolor: rgba ( 235, 86, 77, 100 % ); + bordercolor: rgba ( 214, 65, 97, 100 % ); alternate-normal-foreground: @foreground; normal-background: rgba ( 0, 0, 0, 0 % ); lightfg: rgba ( 88, 104, 117, 100 % ); -- GitLab