Update rofi theme

This commit is contained in:
2020-08-18 17:39:26 +09:00
parent b12108b3a0
commit f6e075d9b5

View File

@@ -1,25 +1,19 @@
/**
* ROFI Color theme
* User: JT (adpated from lb by Qball)
* Copyright: Dave Davenport
*/
* { * {
selected-normal-foreground: @foreground; selected-normal-foreground: #fff;
foreground: #FFFFFF; foreground: #4d4d4c;
normal-foreground: @foreground; 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 % ); red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 51, 51, 51, 100 % ); selected-urgent-foreground: #fff;
blue: rgba ( 38, 139, 210, 100 % ); blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 255, 153, 153, 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; active-foreground: @bordercolor;
lightbg: rgba ( 238, 232, 213, 100 % ); lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: @foreground; selected-active-foreground: #fff;
alternate-active-background: rgba ( 255, 255, 255, 7 % ); alternate-active-background: rgba ( 0, 0, 0, 3 % );
background: rgba ( 21, 21, 21, 80 % ); background: rgba ( 255, 255, 255, 90 % );
bordercolor: rgba ( 235, 86, 77, 100 % ); bordercolor: #8abeb7;
alternate-normal-foreground: @foreground; alternate-normal-foreground: @foreground;
normal-background: rgba ( 0, 0, 0, 0 % ); normal-background: rgba ( 0, 0, 0, 0 % );
lightfg: rgba ( 88, 104, 117, 100 % ); lightfg: rgba ( 88, 104, 117, 100 % );
@@ -37,8 +31,8 @@
} }
#window { #window {
background-color: @background; background-color: @background;
border: 0.5mm; border: 0.75mm;
border-radius: 5mm; border-radius: 0;
padding: 2.5mm; padding: 2.5mm;
} }
#mainbox { #mainbox {