From f6e075d9b52df2ed13314e638f94b7a9c7bb2281 Mon Sep 17 00:00:00 2001 From: Jisu Kim Date: Tue, 18 Aug 2020 17:39:26 +0900 Subject: [PATCH] Update rofi theme --- linux/rofi/numix.rasi | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/linux/rofi/numix.rasi b/linux/rofi/numix.rasi index a22a417..7e8f6b1 100644 --- a/linux/rofi/numix.rasi +++ b/linux/rofi/numix.rasi @@ -1,25 +1,19 @@ -/** - * ROFI Color theme - * User: JT (adpated from lb by Qball) - * Copyright: Dave Davenport - */ - * { - selected-normal-foreground: @foreground; - foreground: #FFFFFF; + selected-normal-foreground: #fff; + foreground: #4d4d4c; normal-foreground: @foreground; - alternate-normal-background: rgba ( 255, 255, 255, 7 % ); + alternate-normal-background: rgba ( 0, 0, 0, 3 % ); red: rgba ( 220, 50, 47, 100 % ); - selected-urgent-foreground: rgba ( 51, 51, 51, 100 % ); + selected-urgent-foreground: #fff; blue: rgba ( 38, 139, 210, 100 % ); urgent-foreground: rgba ( 255, 153, 153, 100 % ); - alternate-urgent-background: rgba ( 255, 255, 255, 7 % ); + alternate-urgent-background: rgba ( 0, 0, 0, 3 % ); active-foreground: @bordercolor; lightbg: rgba ( 238, 232, 213, 100 % ); - selected-active-foreground: @foreground; - alternate-active-background: rgba ( 255, 255, 255, 7 % ); - background: rgba ( 21, 21, 21, 80 % ); - bordercolor: rgba ( 235, 86, 77, 100 % ); + selected-active-foreground: #fff; + alternate-active-background: rgba ( 0, 0, 0, 3 % ); + background: rgba ( 255, 255, 255, 90 % ); + bordercolor: #8abeb7; alternate-normal-foreground: @foreground; normal-background: rgba ( 0, 0, 0, 0 % ); lightfg: rgba ( 88, 104, 117, 100 % ); @@ -37,8 +31,8 @@ } #window { background-color: @background; - border: 0.5mm; - border-radius: 5mm; + border: 0.75mm; + border-radius: 0; padding: 2.5mm; } #mainbox {