mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Change ARGB to RGBA, fix in theme converter
This commit is contained in:
parent
494550d38d
commit
30fb8c514e
31 changed files with 627 additions and 710 deletions
|
@ -1,22 +1,22 @@
|
|||
* {
|
||||
foreground: #FF002B36;
|
||||
foreground: rgba ( 0, 43, 54, 255 );
|
||||
selected-normal-foreground: @lightbg;
|
||||
normal-foreground: @foreground;
|
||||
red: #FFDC322F;
|
||||
red: rgba ( 220, 50, 47, 255 );
|
||||
alternate-normal-background: @lightbg;
|
||||
blue: #FF268BD2;
|
||||
blue: rgba ( 38, 139, 210, 255 );
|
||||
selected-urgent-foreground: @background;
|
||||
urgent-foreground: @red;
|
||||
alternate-urgent-background: @lightbg;
|
||||
active-foreground: @blue;
|
||||
lightbg: #FFEEE8D5;
|
||||
lightbg: rgba ( 238, 232, 213, 255 );
|
||||
selected-active-foreground: @background;
|
||||
alternate-normal-foreground: @foreground;
|
||||
alternate-active-background: @lightbg;
|
||||
bordercolor: @foreground;
|
||||
background: #FFFDF6E3;
|
||||
background: rgba ( 253, 246, 227, 255 );
|
||||
normal-background: @background;
|
||||
lightfg: #FF586875;
|
||||
lightfg: rgba ( 88, 104, 117, 255 );
|
||||
selected-normal-background: @lightfg;
|
||||
separatorcolor: @foreground;
|
||||
spacing: 2;
|
||||
|
@ -30,7 +30,7 @@
|
|||
#window {
|
||||
border: 1;
|
||||
foreground: @foreground;
|
||||
background: #00000000;
|
||||
background: rgba ( 0, 0, 0, 0 );
|
||||
padding: 5;
|
||||
}
|
||||
#window.box {
|
||||
|
|
|
@ -1,154 +1,15 @@
|
|||
background: rgba(0,0,0,0.0);
|
||||
foreground: rgba(1,1,1,1);
|
||||
font: "Ubuntu Mono 15";
|
||||
padding: 0;
|
||||
spacing: 0em;
|
||||
|
||||
#window.mainbox.inputbar.box {
|
||||
padding: 5px 30px 5px 30px;
|
||||
|
||||
}
|
||||
#window.mainbox.inputbar {
|
||||
background: #88003300;
|
||||
foreground: #FFFFFF;
|
||||
padding: 0px;
|
||||
end: false;
|
||||
}
|
||||
#mainbox.inputbar.entry {
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
#mainbox.inputbar.prompt {
|
||||
padding: 0px;
|
||||
}
|
||||
#mainbox.inputbar.case-indicator
|
||||
{
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
end: true;
|
||||
}
|
||||
|
||||
#window.mainbox.listview {
|
||||
fixed-height: true;
|
||||
border: 1px 1px 1px 1px;
|
||||
spacing: 0px;
|
||||
reverse: false;
|
||||
}
|
||||
#window.mainbox.listview.element {
|
||||
border: 1px;
|
||||
background: #22000000;
|
||||
padding: 5px;
|
||||
}
|
||||
#window.mainbox.inputbar.entry normal.normal {
|
||||
background: #00000000;
|
||||
foreground: #FFFFFF;
|
||||
padding: 0px;
|
||||
}
|
||||
#window.mainbox.inputbar.prompt normal.normal {
|
||||
background: #00000000;
|
||||
foreground: #FFFFFF;
|
||||
padding: 0px;
|
||||
}
|
||||
#window.mainbox.inputbar.case-indicator normal.normal {
|
||||
background: #00000000;
|
||||
foreground: #FFFFFF;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#window.mainbox.inputbar.separator {
|
||||
background: #FF0000;
|
||||
foreground: #FFFFFF;
|
||||
padding: 0px;
|
||||
end: false;
|
||||
}
|
||||
|
||||
#window.mainbox.box {
|
||||
foreground: #ffffff;
|
||||
background: #aaFFFFFF;
|
||||
border: 2px dash 2px dash 0px 2px dash;
|
||||
}
|
||||
#window.mainbox {
|
||||
background: #00000000;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
foreground: #ffffff;
|
||||
}
|
||||
|
||||
#window.mainbox.listview.element normal.normal {
|
||||
foreground: #002b36;
|
||||
}
|
||||
#window.mainbox.listview.element selected.normal {
|
||||
foreground: #ffffff;
|
||||
background: #770000f5;
|
||||
}
|
||||
#window.mainbox.listview.element alternate.normal {
|
||||
foreground: #002b36;
|
||||
}
|
||||
#window.mainbox.listview.element normal.urgent {
|
||||
foreground: #473f00;
|
||||
}
|
||||
#window.mainbox.listview.element selected.urgent {
|
||||
background: #aa673f00;
|
||||
foreground: #ffffff;
|
||||
}
|
||||
#window.mainbox.listview.element alternate.urgent {
|
||||
foreground: #473f00;
|
||||
}
|
||||
#window.mainbox.listview.element normal.active {
|
||||
foreground: #005f87;
|
||||
}
|
||||
#window.mainbox.listview.element selected.active {
|
||||
background: #aa008fa7;
|
||||
foreground: #FFFFFF;
|
||||
}
|
||||
#window.mainbox.listview.element alternate.active {
|
||||
foreground: #005f87;
|
||||
}
|
||||
/**
|
||||
* Override the sidebar button
|
||||
* Change color of text on selected.
|
||||
*/
|
||||
#sidebar.button normal {
|
||||
foreground: #444444;
|
||||
}
|
||||
#sidebar.button selected {
|
||||
foreground: #4271ae;
|
||||
}
|
||||
|
||||
#window.mainbox.listview {
|
||||
scrollbar: true;
|
||||
scrollbar-width: 5px;
|
||||
padding: 30px 30px 5px 30px;
|
||||
spacing: 0em;
|
||||
dynamic: true;
|
||||
border: 0px;
|
||||
fixed-height: true;
|
||||
border: 2px 0px 0px 0px;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 1px 1px 1px 0px;
|
||||
foreground: #000000;
|
||||
background: #88003300;
|
||||
padding: 2px;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar handle {
|
||||
foreground: #d75f00;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: 4px 4px 0px 4px;
|
||||
padding: 5% 5% 0% 5%;
|
||||
border-width: 2;
|
||||
transparency: "real";
|
||||
background: #aa000000;
|
||||
foreground: #aaaaaa;
|
||||
}
|
||||
#window.message.textbox {
|
||||
foreground: #000000;
|
||||
border: 1px;
|
||||
padding: 10px;
|
||||
}
|
||||
#window.message {
|
||||
end: false;
|
||||
}
|
||||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! User: qball
|
||||
! Copyright: Dave Davenport
|
||||
! ------------------------------------------------------------------------------
|
||||
! "Color scheme for normal row" Set from: File
|
||||
rofi.color-normal: argb:00000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f
|
||||
! "Color scheme for urgent row" Set from: File
|
||||
rofi.color-urgent: argb:00000000, #ff81ff, argb:00000000, #ff817f, #02143f
|
||||
! "Color scheme for active row" Set from: File
|
||||
rofi.color-active: argb:00000000, #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
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
* {
|
||||
foreground: #FF002B36;
|
||||
selected-normal-foreground: @lightbg;
|
||||
foreground: rgba ( 219, 223, 188, 100 % );
|
||||
selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
normal-foreground: @foreground;
|
||||
red: #FFDC322F;
|
||||
alternate-normal-background: @lightbg;
|
||||
blue: #FF268BD2;
|
||||
selected-urgent-foreground: @background;
|
||||
urgent-foreground: @red;
|
||||
alternate-urgent-background: @lightbg;
|
||||
active-foreground: @blue;
|
||||
lightbg: #FFEEE8D5;
|
||||
selected-active-foreground: @background;
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
alternate-normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
selected-urgent-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
urgent-foreground: rgba ( 255, 129, 255, 100 % );
|
||||
alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
active-foreground: rgba ( 138, 196, 255, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
alternate-normal-foreground: @foreground;
|
||||
alternate-active-background: @lightbg;
|
||||
bordercolor: @foreground;
|
||||
background: #FFFDF6E3;
|
||||
normal-background: @background;
|
||||
lightfg: #FF586875;
|
||||
selected-normal-background: @lightfg;
|
||||
separatorcolor: @foreground;
|
||||
alternate-active-background: rgba ( 0, 0, 0, 0 % );
|
||||
bordercolor: rgba ( 219, 223, 188, 100 % );
|
||||
background: rgba ( 0, 0, 33, 87 % );
|
||||
normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 219, 223, 188, 100 % );
|
||||
separatorcolor: rgba ( 219, 223, 188, 100 % );
|
||||
spacing: 2;
|
||||
urgent-background: @background;
|
||||
alternate-urgent-foreground: @red;
|
||||
selected-urgent-background: @red;
|
||||
alternate-active-foreground: @blue;
|
||||
selected-active-background: @blue;
|
||||
active-background: @background;
|
||||
urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
selected-urgent-background: rgba ( 255, 129, 127, 100 % );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
selected-active-background: rgba ( 138, 196, 255, 100 % );
|
||||
active-background: rgba ( 0, 0, 0, 0 % );
|
||||
}
|
||||
#window {
|
||||
border: 1;
|
||||
foreground: @foreground;
|
||||
background: #00000000;
|
||||
background: rgba ( 0, 0, 0, 0 % );
|
||||
padding: 5;
|
||||
}
|
||||
#window.box {
|
||||
|
|
|
@ -31,14 +31,14 @@
|
|||
const char *default_theme =
|
||||
"* {"
|
||||
" spacing: 2;"
|
||||
" background: #FFFDF6E3;"
|
||||
" foreground: #FF002B36;"
|
||||
" background: #FDF6E3FF;"
|
||||
" foreground: #002B36FF;"
|
||||
" bordercolor: @foreground;"
|
||||
" separatorcolor: @foreground;"
|
||||
" red: #FFDC322F;"
|
||||
" blue: #FF268BD2;"
|
||||
" lightbg: #FFEEE8D5;"
|
||||
" lightfg: #FF586875;"
|
||||
" red: #DC322FFF;"
|
||||
" blue: #268BD2FF;"
|
||||
" lightbg: #EEE8D5FF;"
|
||||
" lightfg: #586875FF;"
|
||||
" normal-foreground: @foreground;"
|
||||
" normal-background: @background;"
|
||||
" urgent-foreground: @red;"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include <gio/gio.h>
|
||||
#include <helper.h>
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
#include "rofi.h"
|
||||
#include "theme.h"
|
||||
|
||||
|
@ -84,6 +85,21 @@ GQueue *queue = NULL;
|
|||
ParseObject *current = NULL;
|
||||
|
||||
static char * rofi_theme_parse_prepare_file ( const char *file, const char *parent_file );
|
||||
|
||||
|
||||
static double rofi_theme_parse_convert_hex ( char high, char low)
|
||||
{
|
||||
uint8_t retv = 0;
|
||||
|
||||
int t = toupper(high);
|
||||
t = ( t > '9')? (t-'A'+10):(t-'0');
|
||||
retv = t<<4;
|
||||
t = toupper ( low );
|
||||
t = ( t > '9')? (t-'A'+10):(t-'0');
|
||||
retv +=t;
|
||||
return retv/255.0;
|
||||
}
|
||||
|
||||
%}
|
||||
%{
|
||||
|
||||
|
@ -388,39 +404,38 @@ if ( queue == NULL ){
|
|||
* Other schemes are done at yacc level.
|
||||
*/
|
||||
<PROPERTIES>#{HEX}{8} {
|
||||
union { unsigned int val; struct { unsigned char b,g,r,a;};} val;
|
||||
val.val = (unsigned int)strtoull ( &yytext[1], NULL, 16);
|
||||
yylval->colorval.alpha = val.a/255.0;
|
||||
yylval->colorval.red = val.r/255.0;
|
||||
yylval->colorval.green = val.g/255.0;
|
||||
yylval->colorval.blue = val.b/255.0;
|
||||
yylval->colorval.red = rofi_theme_parse_convert_hex(yytext[1],yytext[2]);
|
||||
yylval->colorval.green = rofi_theme_parse_convert_hex(yytext[3],yytext[4]);
|
||||
yylval->colorval.blue = rofi_theme_parse_convert_hex(yytext[5],yytext[6]);
|
||||
yylval->colorval.alpha = rofi_theme_parse_convert_hex(yytext[7],yytext[8]);
|
||||
return T_COLOR;
|
||||
}
|
||||
<PROPERTIES>#{HEX}{6} {
|
||||
union { unsigned int val; struct { unsigned char b,g,r,a;};} val;
|
||||
val.val = (unsigned int)g_ascii_strtoull ( &yytext[1], NULL, 16);
|
||||
yylval->colorval.alpha = 1.0;
|
||||
yylval->colorval.red = val.r/255.0;
|
||||
yylval->colorval.green = val.g/255.0;
|
||||
yylval->colorval.blue = val.b/255.0;
|
||||
yylval->colorval.red = rofi_theme_parse_convert_hex(yytext[1],yytext[2]);
|
||||
yylval->colorval.green = rofi_theme_parse_convert_hex(yytext[3],yytext[4]);
|
||||
yylval->colorval.blue = rofi_theme_parse_convert_hex(yytext[5],yytext[6]);
|
||||
return T_COLOR;
|
||||
}
|
||||
<PROPERTIES>#{HEX}{3} {
|
||||
union { uint16_t val; struct { unsigned char b:4,g:4,r:4,a :4;};} val;
|
||||
val.val = (uint16_t )g_ascii_strtoull ( &yytext[1], NULL, 16);
|
||||
yylval->colorval.alpha = 1.0;
|
||||
yylval->colorval.red = val.r/15.0;
|
||||
yylval->colorval.green = val.g/15.0;
|
||||
yylval->colorval.blue = val.b/15.0;
|
||||
yylval->colorval.red = rofi_theme_parse_convert_hex(yytext[1],yytext[1]);
|
||||
yylval->colorval.green = rofi_theme_parse_convert_hex(yytext[2],yytext[2]);
|
||||
yylval->colorval.blue = rofi_theme_parse_convert_hex(yytext[3],yytext[3]);
|
||||
return T_COLOR;
|
||||
}
|
||||
<PROPERTIES>argb:{HEX}{1,8} {
|
||||
union { unsigned int val; struct { unsigned char b,g,r,a;};} val;
|
||||
val.val = (unsigned int)strtoull ( &yytext[5], NULL, 16);
|
||||
yylval->colorval.alpha = val.a/255.0;
|
||||
yylval->colorval.red = val.r/255.0;
|
||||
yylval->colorval.green = val.g/255.0;
|
||||
yylval->colorval.blue = val.b/255.0;
|
||||
<PROPERTIES>#{HEX}{4} {
|
||||
yylval->colorval.alpha = rofi_theme_parse_convert_hex(yytext[4],yytext[4]);
|
||||
yylval->colorval.red = rofi_theme_parse_convert_hex(yytext[1],yytext[1]);
|
||||
yylval->colorval.green = rofi_theme_parse_convert_hex(yytext[2],yytext[2]);
|
||||
yylval->colorval.blue = rofi_theme_parse_convert_hex(yytext[3],yytext[3]);
|
||||
return T_COLOR;
|
||||
}
|
||||
<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]);
|
||||
yylval->colorval.blue = rofi_theme_parse_convert_hex(yytext[11],yytext[12]);
|
||||
return T_COLOR;
|
||||
}
|
||||
/* Color schemes */
|
||||
|
|
|
@ -1148,17 +1148,16 @@ int main ( int argc, char *argv[] )
|
|||
// Load in config from X resources.
|
||||
config_parse_xresource_options ( xcb );
|
||||
config_parse_xresource_options_file ( config_path );
|
||||
|
||||
find_arg_str ( "-theme", &( config.theme ) );
|
||||
if ( config.theme ) {
|
||||
TICK_N ( "Parse theme" );
|
||||
if ( rofi_theme_parse_file ( config.theme ) ) {
|
||||
// TODO: instantiate fallback theme.?
|
||||
rofi_theme_free ( rofi_theme );
|
||||
rofi_theme = NULL;
|
||||
}
|
||||
TICK_N ( "Parsed theme" );
|
||||
}
|
||||
find_arg_str ( "-theme", &( config.theme ) );
|
||||
if ( config.theme ) {
|
||||
TICK_N ( "Parse theme" );
|
||||
if ( rofi_theme_parse_file ( config.theme ) ) {
|
||||
// TODO: instantiate fallback theme.?
|
||||
rofi_theme_free ( rofi_theme );
|
||||
rofi_theme = NULL;
|
||||
}
|
||||
TICK_N ( "Parsed theme" );
|
||||
}
|
||||
// Parse command line for settings, independent of other -no-config.
|
||||
config_parse_cmd_options ( );
|
||||
|
|
|
@ -173,11 +173,11 @@ static void rofi_theme_print_property_index ( size_t pnl, int depth, Property *p
|
|||
printf ( "italic " );
|
||||
}
|
||||
if ( p->value.highlight.style & HL_COLOR ) {
|
||||
printf ( "#%02X%02X%02X%02X",
|
||||
(unsigned char) ( p->value.highlight.color.alpha * 255.0 ),
|
||||
(unsigned char) ( p->value.highlight.color.red * 255.0 ),
|
||||
(unsigned char) ( p->value.highlight.color.green * 255.0 ),
|
||||
(unsigned char) ( p->value.highlight.color.blue * 255.0 ) );
|
||||
printf ( "rgba ( %.0f, %.0f, %.0f, %.0f %% )",
|
||||
( p->value.highlight.color.red * 255.0 ),
|
||||
( p->value.highlight.color.green * 255.0 ),
|
||||
( p->value.highlight.color.blue * 255.0 ),
|
||||
( p->value.highlight.color.alpha * 100.0 ) );
|
||||
}
|
||||
printf ( ";" );
|
||||
break;
|
||||
|
@ -197,11 +197,11 @@ static void rofi_theme_print_property_index ( size_t pnl, int depth, Property *p
|
|||
printf ( "%s;", p->value.b ? "true" : "false" );
|
||||
break;
|
||||
case P_COLOR:
|
||||
printf ( "#%02X%02X%02X%02X;",
|
||||
(unsigned char) ( p->value.color.alpha * 255.0 ),
|
||||
(unsigned char) ( p->value.color.red * 255.0 ),
|
||||
(unsigned char) ( p->value.color.green * 255.0 ),
|
||||
(unsigned char) ( p->value.color.blue * 255.0 ) );
|
||||
printf ( "rgba ( %.0f, %.0f, %.0f, %.0f %% );",
|
||||
( p->value.color.red * 255.0 ),
|
||||
( p->value.color.green * 255.0 ),
|
||||
( p->value.color.blue * 255.0 ),
|
||||
( p->value.color.alpha * 100.0 ) );
|
||||
break;
|
||||
case P_PADDING:
|
||||
if ( distance_compare ( p->value.padding.top, p->value.padding.bottom ) &&
|
||||
|
@ -635,6 +635,20 @@ gboolean rofi_theme_is_empty ( void )
|
|||
|
||||
#ifdef THEME_CONVERTER
|
||||
|
||||
static char * rofi_theme_convert_color ( char *col )
|
||||
{
|
||||
char *r = g_strstrip ( col );
|
||||
if ( *r == '#' && strlen ( r ) == 9 ) {
|
||||
char t1 = r[7];
|
||||
char t2 = r[8];
|
||||
r[7] = r[1];
|
||||
r[8] = r[2];
|
||||
r[1] = t1;
|
||||
r[2] = t2;
|
||||
}
|
||||
|
||||
return r;
|
||||
}
|
||||
void rofi_theme_convert_old ( void )
|
||||
{
|
||||
if ( config.color_window ) {
|
||||
|
@ -645,7 +659,7 @@ void rofi_theme_convert_old ( void )
|
|||
"* { separatorcolor: %s; }"
|
||||
};
|
||||
for ( int i = 0; retv && retv[i] && i < 3; i++ ) {
|
||||
char *str = g_strdup_printf ( conf[i], retv[i] );
|
||||
char *str = g_strdup_printf ( conf[i], rofi_theme_convert_color ( retv[i] ) );
|
||||
rofi_theme_parse_string ( str );
|
||||
g_free ( str );
|
||||
}
|
||||
|
@ -661,7 +675,7 @@ void rofi_theme_convert_old ( void )
|
|||
"* { selected-normal-foreground: %s; }"
|
||||
};
|
||||
for ( int i = 0; retv && retv[i]; i++ ) {
|
||||
char *str = g_strdup_printf ( conf[i], retv[i] );
|
||||
char *str = g_strdup_printf ( conf[i], rofi_theme_convert_color ( retv[i] ) );
|
||||
rofi_theme_parse_string ( str );
|
||||
g_free ( str );
|
||||
}
|
||||
|
@ -677,7 +691,7 @@ void rofi_theme_convert_old ( void )
|
|||
"* { selected-urgent-foreground: %s; }"
|
||||
};
|
||||
for ( int i = 0; retv && retv[i]; i++ ) {
|
||||
char *str = g_strdup_printf ( conf[i], retv[i] );
|
||||
char *str = g_strdup_printf ( conf[i], rofi_theme_convert_color ( retv[i] ) );
|
||||
rofi_theme_parse_string ( str );
|
||||
g_free ( str );
|
||||
}
|
||||
|
@ -693,7 +707,7 @@ void rofi_theme_convert_old ( void )
|
|||
"* { selected-active-foreground: %s; }"
|
||||
};
|
||||
for ( int i = 0; retv && retv[i]; i++ ) {
|
||||
char *str = g_strdup_printf ( conf[i], retv[i] );
|
||||
char *str = g_strdup_printf ( conf[i], rofi_theme_convert_color ( retv[i] ) );
|
||||
rofi_theme_parse_string ( str );
|
||||
g_free ( str );
|
||||
}
|
||||
|
|
|
@ -457,12 +457,39 @@ START_TEST ( test_properties_color_h6 )
|
|||
}
|
||||
END_TEST
|
||||
|
||||
START_TEST ( test_properties_color_h4 )
|
||||
{
|
||||
widget wid;
|
||||
wid.name = "blaat";
|
||||
wid.state = NULL;
|
||||
rofi_theme_parse_string ( "* { red: #F003; green: #0F02; blue: #00F1; }");
|
||||
ThemeWidget *twid = rofi_theme_find_widget ( wid.name, wid.state, FALSE );
|
||||
Property *p = rofi_theme_find_property ( twid, P_COLOR, "red", FALSE );
|
||||
ck_assert_ptr_nonnull ( p );
|
||||
ck_assert_double_eq ( p->value.color.alpha , 0.2 );
|
||||
ck_assert_double_eq ( p->value.color.red , 1 );
|
||||
ck_assert_double_eq ( p->value.color.green , 0 );
|
||||
ck_assert_double_eq ( p->value.color.blue , 0 );
|
||||
p = rofi_theme_find_property ( twid, P_COLOR, "green", FALSE );
|
||||
ck_assert_ptr_nonnull ( p );
|
||||
ck_assert_double_eq ( p->value.color.alpha , 1/7.5 );
|
||||
ck_assert_double_eq ( p->value.color.red , 0 );
|
||||
ck_assert_double_eq ( p->value.color.green , 1 );
|
||||
ck_assert_double_eq ( p->value.color.blue , 0 );
|
||||
p = rofi_theme_find_property ( twid, P_COLOR, "blue", FALSE );
|
||||
ck_assert_ptr_nonnull ( p );
|
||||
ck_assert_double_eq ( p->value.color.alpha , 1/15.0 );
|
||||
ck_assert_double_eq ( p->value.color.red , 0 );
|
||||
ck_assert_double_eq ( p->value.color.green , 0 );
|
||||
ck_assert_double_eq ( p->value.color.blue , 1 );
|
||||
}
|
||||
END_TEST
|
||||
START_TEST ( test_properties_color_h8 )
|
||||
{
|
||||
widget wid;
|
||||
wid.name = "blaat";
|
||||
wid.state = NULL;
|
||||
rofi_theme_parse_string ( "* { red: #33FF0000; green: #2200FF00; blue: #110000FF; }");
|
||||
rofi_theme_parse_string ( "* { red: #FF000033; green: #00FF0022; blue: #0000FF11; }");
|
||||
ThemeWidget *twid = rofi_theme_find_widget ( wid.name, wid.state, FALSE );
|
||||
Property *p = rofi_theme_find_property ( twid, P_COLOR, "red", FALSE );
|
||||
ck_assert_ptr_nonnull ( p );
|
||||
|
@ -997,6 +1024,7 @@ static Suite * theme_parser_suite (void)
|
|||
TCase *tc_prop_color = tcase_create("PropertiesColor");
|
||||
tcase_add_checked_fixture(tc_prop_color, theme_parser_setup, theme_parser_teardown);
|
||||
tcase_add_test ( tc_prop_color, test_properties_color_h3);
|
||||
tcase_add_test ( tc_prop_color, test_properties_color_h4);
|
||||
tcase_add_test ( tc_prop_color, test_properties_color_h6);
|
||||
tcase_add_test ( tc_prop_color, test_properties_color_h8);
|
||||
tcase_add_test ( tc_prop_color, test_properties_color_rgb);
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFC3C6C8;
|
||||
foreground: #C3C6C8FF;
|
||||
padding: 5;
|
||||
background: #FF3A4C54;
|
||||
background: #3A4C54FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,8 +23,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFFAFBFC;
|
||||
background: #FF455A64;
|
||||
foreground: #FAFBFCFF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -36,40 +36,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFFAFBFC;
|
||||
background: #FF455A64;
|
||||
foreground: #FAFBFCFF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFF5252;
|
||||
background: #FF455A64;
|
||||
foreground: #FF5252FF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF00BCD4;
|
||||
background: #FF455A64;
|
||||
foreground: #00BCD4FF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFAFBFC;
|
||||
background: #FF00BCD4;
|
||||
foreground: #FAFBFCFF;
|
||||
background: #00BCD4FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFFDF6E3;
|
||||
background: #FFFF5252;
|
||||
foreground: #FDF6E3FF;
|
||||
background: #FF5252FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFFDF6E3;
|
||||
background: #FF009688;
|
||||
foreground: #FDF6E3FF;
|
||||
background: #009688FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFFAFBFC;
|
||||
background: #FF455A64;
|
||||
foreground: #FAFBFCFF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFF5252;
|
||||
background: #FF455A64;
|
||||
foreground: #FF5252FF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF00BCD4;
|
||||
background: #FF455A64;
|
||||
foreground: #00BCD4FF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -84,6 +84,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFFAFBFC;
|
||||
background: #FF455A64;
|
||||
foreground: #FAFBFCFF;
|
||||
background: #455A64FF;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFF5F5F5;
|
||||
foreground: #F5F5F5FF;
|
||||
padding: 5;
|
||||
background: #FFFFFFFF;
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF525D76;
|
||||
foreground: #525D76FF;
|
||||
background: #FFFFFFFF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
|
@ -36,40 +36,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF525D76;
|
||||
foreground: #525D76FF;
|
||||
background: #FFFFFFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFDC322F;
|
||||
foreground: #DC322FFF;
|
||||
background: #FFFFFFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFC2CAD0;
|
||||
foreground: #C2CAD0FF;
|
||||
background: #FFFFFFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF5294E2;
|
||||
background: #5294E2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFDC322F;
|
||||
background: #FF5294E2;
|
||||
foreground: #DC322FFF;
|
||||
background: #5294E2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFC2CAD0;
|
||||
background: #FF5294E2;
|
||||
foreground: #C2CAD0FF;
|
||||
background: #5294E2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF525D76;
|
||||
background: #FFF5F5F5;
|
||||
foreground: #525D76FF;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFDC322F;
|
||||
background: #FFF5F5F5;
|
||||
foreground: #DC322FFF;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFC2CAD0;
|
||||
background: #FFF5F5F5;
|
||||
foreground: #C2CAD0FF;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -84,6 +84,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF525D76;
|
||||
foreground: #525D76FF;
|
||||
background: #FFFFFFFF;
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFDBDFBC;
|
||||
foreground: #DBDFBCFF;
|
||||
padding: 5;
|
||||
background: #DD000021;
|
||||
background: #000021DD;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,7 +23,7 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFDBDFBC;
|
||||
foreground: #DBDFBCFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
|
@ -36,39 +36,39 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFDBDFBC;
|
||||
foreground: #DBDFBCFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFF81FF;
|
||||
foreground: #FF81FFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF8AC4FF;
|
||||
foreground: #8AC4FFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FF02143F;
|
||||
background: #FFDBDFBC;
|
||||
foreground: #02143FFF;
|
||||
background: #DBDFBCFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FF02143F;
|
||||
background: #FFFF817F;
|
||||
foreground: #02143FFF;
|
||||
background: #FF817FFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF02143F;
|
||||
background: #FF8AC4FF;
|
||||
foreground: #02143FFF;
|
||||
background: #8AC4FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFDBDFBC;
|
||||
foreground: #DBDFBCFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFF81FF;
|
||||
foreground: #FF81FFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF8AC4FF;
|
||||
foreground: #8AC4FFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
|
@ -80,8 +80,8 @@
|
|||
}
|
||||
#window.mainbox.sidebar.button selected{
|
||||
border: 2px 0px 0px ;
|
||||
foreground: #FF02143F;
|
||||
background: #FFDBDFBC;
|
||||
foreground: #02143FFF;
|
||||
background: #DBDFBCFF;
|
||||
}
|
||||
#window.mainbox.inputbar {
|
||||
spacing: 0;
|
||||
|
@ -89,6 +89,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFDBDFBC;
|
||||
foreground: #DBDFBCFF;
|
||||
background: #00000000;
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFE8EAF6;
|
||||
foreground: #E8EAF6FF;
|
||||
padding: 5;
|
||||
background: #FF1A237E;
|
||||
background: #1A237EFF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,8 +23,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFE8EAF6;
|
||||
background: #007986CB;
|
||||
foreground: #E8EAF6FF;
|
||||
background: #7986CB00;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -36,40 +36,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFE8EAF6;
|
||||
background: #007986CB;
|
||||
foreground: #E8EAF6FF;
|
||||
background: #7986CB00;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFFCDD2;
|
||||
background: #00FDF6E3;
|
||||
foreground: #FFCDD2FF;
|
||||
background: #FDF6E300;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFB2EBF2;
|
||||
background: #00FDF6E3;
|
||||
foreground: #B2EBF2FF;
|
||||
background: #FDF6E300;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFE8EAF6;
|
||||
background: #FF3F51B5;
|
||||
foreground: #E8EAF6FF;
|
||||
background: #3F51B5FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFB71C1C;
|
||||
background: #FFFFCDD2;
|
||||
foreground: #B71C1CFF;
|
||||
background: #FFCDD2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF006064;
|
||||
background: #FFB2EBF2;
|
||||
foreground: #006064FF;
|
||||
background: #B2EBF2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFE8EAF6;
|
||||
background: #FF283593;
|
||||
foreground: #E8EAF6FF;
|
||||
background: #283593FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFFCDD2;
|
||||
background: #FFB71C1C;
|
||||
foreground: #FFCDD2FF;
|
||||
background: #B71C1CFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFB2EBF2;
|
||||
background: #FF006064;
|
||||
foreground: #B2EBF2FF;
|
||||
background: #006064FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -84,6 +84,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFE8EAF6;
|
||||
background: #007986CB;
|
||||
foreground: #E8EAF6FF;
|
||||
background: #7986CB00;
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFE6DB74;
|
||||
foreground: #E6DB74FF;
|
||||
padding: 5;
|
||||
background: #EE272822;
|
||||
background: #272822EE;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,8 +23,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFF8F8F2;
|
||||
background: #00272822;
|
||||
foreground: #F8F8F2FF;
|
||||
background: #27282200;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -36,40 +36,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFF8F8F2;
|
||||
background: #00272822;
|
||||
foreground: #F8F8F2FF;
|
||||
background: #27282200;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFF92672;
|
||||
background: #00272822;
|
||||
foreground: #F92672FF;
|
||||
background: #27282200;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFA6E22A;
|
||||
background: #00272822;
|
||||
foreground: #A6E22AFF;
|
||||
background: #27282200;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFF8F8F2;
|
||||
background: #FF141411;
|
||||
foreground: #F8F8F2FF;
|
||||
background: #141411FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFF8F8F2;
|
||||
background: #FFF92672;
|
||||
foreground: #F8F8F2FF;
|
||||
background: #F92672FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFA6E22A;
|
||||
background: #FF141411;
|
||||
foreground: #A6E22AFF;
|
||||
background: #141411FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFF8F8F2;
|
||||
background: #00272822;
|
||||
foreground: #F8F8F2FF;
|
||||
background: #27282200;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFF92672;
|
||||
background: #00272822;
|
||||
foreground: #F92672FF;
|
||||
background: #27282200;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFA6E22A;
|
||||
background: #00272822;
|
||||
foreground: #A6E22AFF;
|
||||
background: #27282200;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -84,6 +84,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFF8F8F2;
|
||||
background: #00272822;
|
||||
foreground: #F8F8F2FF;
|
||||
background: #27282200;
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF444444;
|
||||
foreground: #444444FF;
|
||||
padding: 5;
|
||||
background: #FFF5F5F5;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,8 +23,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF002B36;
|
||||
background: #00F5F5F5;
|
||||
foreground: #002B36FF;
|
||||
background: #F5F5F500;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -36,40 +36,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF002B36;
|
||||
background: #00F5F5F5;
|
||||
foreground: #002B36FF;
|
||||
background: #F5F5F500;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFD75F00;
|
||||
background: #FFF5F5F5;
|
||||
foreground: #D75F00FF;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF005F87;
|
||||
background: #FFF5F5F5;
|
||||
foreground: #005F87FF;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFF5F5F5;
|
||||
background: #FF4271AE;
|
||||
foreground: #F5F5F5FF;
|
||||
background: #4271AEFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFF5F5F5;
|
||||
background: #FFD75F00;
|
||||
foreground: #F5F5F5FF;
|
||||
background: #D75F00FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFF5F5F5;
|
||||
background: #FF005F87;
|
||||
foreground: #F5F5F5FF;
|
||||
background: #005F87FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF002B36;
|
||||
background: #FFD0D0D0;
|
||||
foreground: #002B36FF;
|
||||
background: #D0D0D0FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFD75F00;
|
||||
background: #FFD0D0D0;
|
||||
foreground: #D75F00FF;
|
||||
background: #D0D0D0FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF005F87;
|
||||
background: #FFD0D0D0;
|
||||
foreground: #005F87FF;
|
||||
background: #D0D0D0FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -84,6 +84,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF002B36;
|
||||
background: #00F5F5F5;
|
||||
foreground: #002B36FF;
|
||||
background: #F5F5F500;
|
||||
}
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF1E2529;
|
||||
foreground: #1E2529FF;
|
||||
padding: 5;
|
||||
background: #FF273238;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -22,8 +22,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFC1C1C1;
|
||||
background: #FF273238;
|
||||
foreground: #C1C1C1FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -35,40 +35,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFC1C1C1;
|
||||
background: #FF273238;
|
||||
foreground: #C1C1C1FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFF1844;
|
||||
background: #FF273238;
|
||||
foreground: #FF1844FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF80CBC4;
|
||||
background: #FF273238;
|
||||
foreground: #80CBC4FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF394249;
|
||||
background: #394249FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFFF1844;
|
||||
background: #FF394249;
|
||||
foreground: #FF1844FF;
|
||||
background: #394249FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF80CBC4;
|
||||
background: #FF394249;
|
||||
foreground: #80CBC4FF;
|
||||
background: #394249FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFC1C1C1;
|
||||
background: #FF273238;
|
||||
foreground: #C1C1C1FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFF1844;
|
||||
background: #FF273238;
|
||||
foreground: #FF1844FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF80CBC4;
|
||||
background: #FF273238;
|
||||
foreground: #80CBC4FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -83,6 +83,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFC1C1C1;
|
||||
background: #FF273238;
|
||||
foreground: #C1C1C1FF;
|
||||
background: #273238FF;
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
border: 1px;
|
||||
border-radius: 15px;
|
||||
foreground: @magenta;
|
||||
background: #cc1c1c1c;
|
||||
background: #1c1c1ccc;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF00B0EF;
|
||||
foreground: #00B0EFFF;
|
||||
padding: 5;
|
||||
background: #EE0060A0;
|
||||
background: #0060A0EE;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,7 +23,7 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF00B0EF;
|
||||
foreground: #00B0EFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
|
@ -36,39 +36,39 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF00B0EF;
|
||||
foreground: #00B0EFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFFA0A0;
|
||||
foreground: #FFA0A0FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFA0FFA0;
|
||||
foreground: #A0FFA0FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FF0060A0;
|
||||
background: #FF00B0EF;
|
||||
foreground: #0060A0FF;
|
||||
background: #00B0EFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FF0060A0;
|
||||
background: #FFFFA0A0;
|
||||
foreground: #0060A0FF;
|
||||
background: #FFA0A0FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF0060A0;
|
||||
background: #FFA0FFA0;
|
||||
foreground: #0060A0FF;
|
||||
background: #A0FFA0FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF00B0EF;
|
||||
foreground: #00B0EFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFFA0A0;
|
||||
foreground: #FFA0A0FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFA0FFA0;
|
||||
foreground: #A0FFA0FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
|
@ -84,6 +84,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF00B0EF;
|
||||
foreground: #00B0EFFF;
|
||||
background: #00000000;
|
||||
}
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF4F80FF;
|
||||
foreground: #4F80FFFF;
|
||||
padding: 5;
|
||||
background: #FF0039FF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -22,8 +22,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF4F80FF;
|
||||
background: #FF0039FF;
|
||||
foreground: #4F80FFFF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -35,40 +35,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF4F80FF;
|
||||
background: #FF0039FF;
|
||||
foreground: #4F80FFFF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFF7047;
|
||||
background: #FF0039FF;
|
||||
foreground: #FF7047FF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF68BA50;
|
||||
background: #FF0039FF;
|
||||
foreground: #68BA50FF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF4F80FF;
|
||||
background: #4F80FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFFF7047;
|
||||
background: #FF4F80FF;
|
||||
foreground: #FF7047FF;
|
||||
background: #4F80FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF68BA50;
|
||||
background: #FF4F80FF;
|
||||
foreground: #68BA50FF;
|
||||
background: #4F80FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF4F80FF;
|
||||
background: #FF0039FF;
|
||||
foreground: #4F80FFFF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFF7047;
|
||||
background: #FF0039FF;
|
||||
foreground: #FF7047FF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF68BA50;
|
||||
background: #FF0039FF;
|
||||
foreground: #68BA50FF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -83,6 +83,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF4F80FF;
|
||||
background: #FF0039FF;
|
||||
foreground: #4F80FFFF;
|
||||
background: #0039FFFF;
|
||||
}
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF268BD2;
|
||||
foreground: #268BD2FF;
|
||||
padding: 5;
|
||||
background: #FF393939;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF393939;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -36,39 +36,39 @@
|
|||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF393939;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFF3843D;
|
||||
background: #FF393939;
|
||||
foreground: #F3843DFF;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF268BD2;
|
||||
background: #FF393939;
|
||||
foreground: #268BD2FF;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF268BD2;
|
||||
background: #268BD2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFFFC39C;
|
||||
background: #FF268BD2;
|
||||
foreground: #FFC39CFF;
|
||||
background: #268BD2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF205171;
|
||||
background: #FF268BD2;
|
||||
foreground: #205171FF;
|
||||
background: #268BD2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF393939;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFF3843D;
|
||||
background: #FF393939;
|
||||
foreground: #F3843DFF;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF268BD2;
|
||||
background: #FF393939;
|
||||
foreground: #268BD2FF;
|
||||
background: #393939FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -84,5 +84,5 @@
|
|||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF393939;
|
||||
background: #393939FF;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFA89984;
|
||||
foreground: #A89984FF;
|
||||
padding: 5;
|
||||
background: #FF1D2021;
|
||||
background: #1D2021FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -29,8 +29,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF1D2021;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #1D2021FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -42,40 +42,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF1D2021;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #1D2021FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FF1D2021;
|
||||
background: #FFCC241D;
|
||||
foreground: #1D2021FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF1D2021;
|
||||
background: #FFD79921;
|
||||
foreground: #1D2021FF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FF504945;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #504945FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FF1D2021;
|
||||
background: #FFFB4934;
|
||||
foreground: #1D2021FF;
|
||||
background: #FB4934FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF1D2021;
|
||||
background: #FFFABD2F;
|
||||
foreground: #1D2021FF;
|
||||
background: #FABD2FFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF282828;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #282828FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FF1D2021;
|
||||
background: #FFCC241D;
|
||||
foreground: #1D2021FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF1D2021;
|
||||
background: #FFD79921;
|
||||
foreground: #1D2021FF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -90,6 +90,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF1D2021;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #1D2021FF;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFA89984;
|
||||
foreground: #A89984FF;
|
||||
padding: 5;
|
||||
background: #FF32302F;
|
||||
background: #32302FFF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -29,8 +29,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF32302F;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #32302FFF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -42,40 +42,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF32302F;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #32302FFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FF32302F;
|
||||
background: #FFCC241D;
|
||||
foreground: #32302FFF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF32302F;
|
||||
background: #FFD79921;
|
||||
foreground: #32302FFF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FF665C54;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #665C54FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FF32302F;
|
||||
background: #FFFB4934;
|
||||
foreground: #32302FFF;
|
||||
background: #FB4934FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF32302F;
|
||||
background: #FFFABD2F;
|
||||
foreground: #32302FFF;
|
||||
background: #FABD2FFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF3C3836;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #3C3836FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FF32302F;
|
||||
background: #FFCC241D;
|
||||
foreground: #32302FFF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF32302F;
|
||||
background: #FFD79921;
|
||||
foreground: #32302FFF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -90,6 +90,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF32302F;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #32302FFF;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FFA89984;
|
||||
foreground: #A89984FF;
|
||||
padding: 5;
|
||||
background: #FF282828;
|
||||
background: #282828FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -29,8 +29,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF282828;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #282828FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -42,40 +42,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF282828;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #282828FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FF282828;
|
||||
background: #FFCC241D;
|
||||
foreground: #282828FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF282828;
|
||||
background: #FFD79921;
|
||||
foreground: #282828FF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FF665C54;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #665C54FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FF282828;
|
||||
background: #FFFB4934;
|
||||
foreground: #282828FF;
|
||||
background: #FB4934FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF282828;
|
||||
background: #FFFABD2F;
|
||||
foreground: #282828FF;
|
||||
background: #FABD2FFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF32302F;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #32302FFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FF282828;
|
||||
background: #FFCC241D;
|
||||
foreground: #282828FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF282828;
|
||||
background: #FFD79921;
|
||||
foreground: #282828FF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -90,6 +90,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFEBDBB2;
|
||||
background: #FF282828;
|
||||
foreground: #EBDBB2FF;
|
||||
background: #282828FF;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF7C6F64;
|
||||
foreground: #7C6F64FF;
|
||||
padding: 5;
|
||||
background: #FFF9F5D7;
|
||||
background: #F9F5D7FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -29,8 +29,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFF9F5D7;
|
||||
foreground: #3C3836FF;
|
||||
background: #F9F5D7FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -42,40 +42,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFF9F5D7;
|
||||
foreground: #3C3836FF;
|
||||
background: #F9F5D7FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFDF4C1;
|
||||
background: #FFCC241D;
|
||||
foreground: #FDF4C1FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFFDF4C1;
|
||||
background: #FFB57614;
|
||||
foreground: #FDF4C1FF;
|
||||
background: #B57614FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FF282828;
|
||||
background: #FFEBDBB2;
|
||||
foreground: #282828FF;
|
||||
background: #EBDBB2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFFDF4C1;
|
||||
background: #FFFB4934;
|
||||
foreground: #FDF4C1FF;
|
||||
background: #FB4934FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFFDF4C1;
|
||||
background: #FFD79921;
|
||||
foreground: #FDF4C1FF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFFBF1C7;
|
||||
foreground: #3C3836FF;
|
||||
background: #FBF1C7FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFDF4C1;
|
||||
background: #FFCC241D;
|
||||
foreground: #FDF4C1FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFFDF4C1;
|
||||
background: #FFB57614;
|
||||
foreground: #FDF4C1FF;
|
||||
background: #B57614FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -90,6 +90,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFF9F5D7;
|
||||
foreground: #3C3836FF;
|
||||
background: #F9F5D7FF;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF7C6F64;
|
||||
foreground: #7C6F64FF;
|
||||
padding: 5;
|
||||
background: #FFF2E5BC;
|
||||
background: #F2E5BCFF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -29,8 +29,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFF2E5BC;
|
||||
foreground: #3C3836FF;
|
||||
background: #F2E5BCFF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -42,40 +42,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFF2E5BC;
|
||||
foreground: #3C3836FF;
|
||||
background: #F2E5BCFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFF2E5BC;
|
||||
background: #FFCC241D;
|
||||
foreground: #F2E5BCFF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFF2E5BC;
|
||||
background: #FFB57614;
|
||||
foreground: #F2E5BCFF;
|
||||
background: #B57614FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FF282828;
|
||||
background: #FFD5C4A1;
|
||||
foreground: #282828FF;
|
||||
background: #D5C4A1FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFF2E5BC;
|
||||
background: #FFFB4934;
|
||||
foreground: #F2E5BCFF;
|
||||
background: #FB4934FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFF2E5BC;
|
||||
background: #FFD79921;
|
||||
foreground: #F2E5BCFF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFEBDBB2;
|
||||
foreground: #3C3836FF;
|
||||
background: #EBDBB2FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFF2E5BC;
|
||||
background: #FFCC241D;
|
||||
foreground: #F2E5BCFF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFF2E5BC;
|
||||
background: #FFB57614;
|
||||
foreground: #F2E5BCFF;
|
||||
background: #B57614FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -90,6 +90,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFF2E5BC;
|
||||
foreground: #3C3836FF;
|
||||
background: #F2E5BCFF;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF7C6F64;
|
||||
foreground: #7C6F64FF;
|
||||
padding: 5;
|
||||
background: #FFFBF1C7;
|
||||
background: #FBF1C7FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -29,8 +29,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFFBF1C7;
|
||||
foreground: #3C3836FF;
|
||||
background: #FBF1C7FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -42,40 +42,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFFBF1C7;
|
||||
foreground: #3C3836FF;
|
||||
background: #FBF1C7FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FFCC241D;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FFB57614;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #B57614FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FF282828;
|
||||
background: #FFD5C4A1;
|
||||
foreground: #282828FF;
|
||||
background: #D5C4A1FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FFFB4934;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #FB4934FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FFD79921;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #D79921FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFF2E5BC;
|
||||
foreground: #3C3836FF;
|
||||
background: #F2E5BCFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FFCC241D;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #CC241DFF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFFBF1C7;
|
||||
background: #FFB57614;
|
||||
foreground: #FBF1C7FF;
|
||||
background: #B57614FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -90,6 +90,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF3C3836;
|
||||
background: #FFFBF1C7;
|
||||
foreground: #3C3836FF;
|
||||
background: #FBF1C7FF;
|
||||
}
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF10A0A0;
|
||||
foreground: #10A0A0FF;
|
||||
padding: 5;
|
||||
background: #EE333333;
|
||||
background: #333333EE;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -22,7 +22,7 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF10A0A0;
|
||||
foreground: #10A0A0FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
|
@ -35,40 +35,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF10A0A0;
|
||||
foreground: #10A0A0FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFF09090;
|
||||
foreground: #F09090FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FFA0A010;
|
||||
foreground: #A0A010FF;
|
||||
background: #00000000;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FF303030;
|
||||
background: #FF10A0A0;
|
||||
foreground: #303030FF;
|
||||
background: #10A0A0FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FF303030;
|
||||
background: #FFF09090;
|
||||
foreground: #303030FF;
|
||||
background: #F09090FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF303030;
|
||||
background: #FFA0A010;
|
||||
foreground: #303030FF;
|
||||
background: #A0A010FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF10A0A0;
|
||||
background: #11FFFFFF;
|
||||
foreground: #10A0A0FF;
|
||||
background: #FFFFFF11;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFF09090;
|
||||
background: #11FFFFFF;
|
||||
foreground: #F09090FF;
|
||||
background: #FFFFFF11;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FFA0A010;
|
||||
background: #11FFFFFF;
|
||||
foreground: #A0A010FF;
|
||||
background: #FFFFFF11;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -83,6 +83,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF10A0A0;
|
||||
foreground: #10A0A0FF;
|
||||
background: #00000000;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
background: #00000000;
|
||||
border: 0;
|
||||
padding: 0% 0% 1em 0%;
|
||||
foreground: #FF444444;
|
||||
foreground: #444444FF;
|
||||
x-offset: 0;
|
||||
y-offset: -10%;
|
||||
}
|
||||
|
@ -38,7 +38,7 @@
|
|||
foreground: @back;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF002B36;
|
||||
foreground: #002B36FF;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
@ -57,40 +57,40 @@
|
|||
highlight: bold ;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF002B36;
|
||||
background: #00F5F5F5;
|
||||
foreground: #002B36FF;
|
||||
background: #F5F5F500;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFD75F00;
|
||||
background: #FFF5F5F5;
|
||||
foreground: #D75F00FF;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF005F87;
|
||||
background: #FFF5F5F5;
|
||||
foreground: #005F87FF;
|
||||
background: #F5F5F5FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFF5F5F5;
|
||||
background: #FF4271AE;
|
||||
foreground: #F5F5F5FF;
|
||||
background: #4271AEFF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFF5F5F5;
|
||||
background: #FFD75F00;
|
||||
foreground: #F5F5F5FF;
|
||||
background: #D75F00FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FFF5F5F5;
|
||||
background: #FF005F87;
|
||||
foreground: #F5F5F5FF;
|
||||
background: #005F87FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF002B36;
|
||||
background: #FFD0D0D0;
|
||||
foreground: #002B36FF;
|
||||
background: #D0D0D0FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFD75F00;
|
||||
background: #FFD0D0D0;
|
||||
foreground: #D75F00FF;
|
||||
background: #D0D0D0FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF005F87;
|
||||
background: #FFD0D0D0;
|
||||
foreground: #005F87FF;
|
||||
background: #D0D0D0FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -106,8 +106,8 @@
|
|||
index: 0;
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF002B36;
|
||||
background: #00F5F5F5;
|
||||
foreground: #002B36FF;
|
||||
background: #F5F5F500;
|
||||
}
|
||||
|
||||
#window.mainbox.sidebar.box {
|
||||
|
@ -117,5 +117,5 @@
|
|||
index: 10;
|
||||
}
|
||||
#window.mainbox.sidebar.button selected {
|
||||
text: #FF4271AE;
|
||||
text: #4271AEFF;
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #2FEF6155;
|
||||
foreground: #EF61552F;
|
||||
padding: 5;
|
||||
background: #FF2F1E2E;
|
||||
background: #2F1E2EFF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -23,8 +23,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FFB4B4B4;
|
||||
background: #A02F1E2E;
|
||||
foreground: #B4B4B4FF;
|
||||
background: #2F1E2EA0;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -36,40 +36,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FFB4B4B4;
|
||||
background: #A02F1E2E;
|
||||
foreground: #B4B4B4FF;
|
||||
background: #2F1E2EA0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFEF6155;
|
||||
background: #272F1E2E;
|
||||
foreground: #EF6155FF;
|
||||
background: #2F1E2E27;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF815BA4;
|
||||
background: #272F1E2E;
|
||||
foreground: #815BA4FF;
|
||||
background: #2F1E2E27;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #54815BA4;
|
||||
background: #815BA454;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFEF6155;
|
||||
background: #54815BA4;
|
||||
foreground: #EF6155FF;
|
||||
background: #815BA454;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF815BA4;
|
||||
background: #54815BA4;
|
||||
foreground: #815BA4FF;
|
||||
background: #815BA454;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FFB4B4B4;
|
||||
background: #A02F1E2E;
|
||||
foreground: #B4B4B4FF;
|
||||
background: #2F1E2EA0;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFEF6155;
|
||||
background: #2F2F1E2E;
|
||||
foreground: #EF6155FF;
|
||||
background: #2F1E2E2F;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF815BA4;
|
||||
background: #2F2F1E2E;
|
||||
foreground: #815BA4FF;
|
||||
background: #2F1E2E2F;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -84,6 +84,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FFB4B4B4;
|
||||
background: #A02F1E2E;
|
||||
foreground: #B4B4B4FF;
|
||||
background: #2F1E2EA0;
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#window box {
|
||||
border: 0px 2px 0px 0px;
|
||||
foreground: @lightwhite;
|
||||
background: #ee1c1c1c;
|
||||
background: #1c1c1cee;
|
||||
}
|
||||
|
||||
#window mainbox sidebar box {
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF003642;
|
||||
foreground: #003642FF;
|
||||
padding: 5;
|
||||
background: #FF002B37;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -22,8 +22,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF002B37;
|
||||
foreground: #819396FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -35,40 +35,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF002B37;
|
||||
foreground: #819396FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFDA4281;
|
||||
background: #FF002B37;
|
||||
foreground: #DA4281FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF008ED4;
|
||||
background: #FF002B37;
|
||||
foreground: #008ED4FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF003642;
|
||||
foreground: #819396FF;
|
||||
background: #003642FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FFDA4281;
|
||||
background: #FF003642;
|
||||
foreground: #DA4281FF;
|
||||
background: #003642FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF008ED4;
|
||||
background: #FF003642;
|
||||
foreground: #008ED4FF;
|
||||
background: #003642FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF002B37;
|
||||
foreground: #819396FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFDA4281;
|
||||
background: #FF002B37;
|
||||
foreground: #DA4281FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF008ED4;
|
||||
background: #FF002B37;
|
||||
foreground: #008ED4FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -83,6 +83,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF002B37;
|
||||
foreground: #819396FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
#window {
|
||||
border: 2;
|
||||
foreground: #FF003642;
|
||||
foreground: #003642FF;
|
||||
padding: 5;
|
||||
background: #FF002B37;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox {
|
||||
border: 0;
|
||||
|
@ -22,8 +22,8 @@
|
|||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.message.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF002B37;
|
||||
foreground: #819396FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 1;
|
||||
|
@ -35,40 +35,40 @@
|
|||
border: 0;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF002B37;
|
||||
foreground: #819396FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.urgent {
|
||||
foreground: #FFDA4281;
|
||||
background: #FF002B37;
|
||||
foreground: #DA4281FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.active {
|
||||
foreground: #FF008ED4;
|
||||
background: #FF002B37;
|
||||
foreground: #008ED4FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.normal {
|
||||
foreground: #FFFFFFFF;
|
||||
background: #FF008ED4;
|
||||
background: #008ED4FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.urgent {
|
||||
foreground: #FF890661;
|
||||
background: #FF008ED4;
|
||||
foreground: #890661FF;
|
||||
background: #008ED4FF;
|
||||
}
|
||||
#window.mainbox.listview.element.selected.active {
|
||||
foreground: #FF66C6FF;
|
||||
background: #FF008ED4;
|
||||
foreground: #66C6FFFF;
|
||||
background: #008ED4FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF003643;
|
||||
foreground: #819396FF;
|
||||
background: #003643FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.urgent {
|
||||
foreground: #FFDA4281;
|
||||
background: #FF003643;
|
||||
foreground: #DA4281FF;
|
||||
background: #003643FF;
|
||||
}
|
||||
#window.mainbox.listview.element.alternate.active {
|
||||
foreground: #FF008ED4;
|
||||
background: #FF003643;
|
||||
foreground: #008ED4FF;
|
||||
background: #003643FF;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
|
@ -83,6 +83,6 @@
|
|||
#window.mainbox.inputbar.box {
|
||||
}
|
||||
#window.mainbox.inputbar.normal {
|
||||
foreground: #FF819396;
|
||||
background: #FF002B37;
|
||||
foreground: #819396FF;
|
||||
background: #002B37FF;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue