mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
small update to default theme
This commit is contained in:
parent
af2492b353
commit
ae0323211b
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ const char *default_theme =
|
|||
" background-color: @selected-normal-background;"
|
||||
" text-color: @selected-normal-foreground;"
|
||||
"}"
|
||||
"#inputbar, case-indicator, entry, prompt {"
|
||||
"#inputbar, case-indicator, entry, prompt, button {"
|
||||
" spacing: 0;"
|
||||
" text-color: @normal-foreground;"
|
||||
"}";
|
||||
|
|
|
@ -457,7 +457,7 @@ if ( queue == NULL ){
|
|||
yylval->colorval.blue = rofi_theme_parse_convert_hex(yytext[3],yytext[3]);
|
||||
return T_COLOR;
|
||||
}
|
||||
<PROPERTIES>argb:{HEX}{7,8} {
|
||||
<PROPERTIES>argb:{HEX}{8} {
|
||||
yylval->colorval.alpha = rofi_theme_parse_convert_hex(yytext[5],yytext[6]);
|
||||
yylval->colorval.red = rofi_theme_parse_convert_hex(yytext[7],yytext[8]);
|
||||
yylval->colorval.green = rofi_theme_parse_convert_hex(yytext[9],yytext[10]);
|
||||
|
|
Loading…
Reference in a new issue