mirror of
https://github.com/davatorium/rofi.git
synced 2025-08-07 22:02:57 -04: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
|
@ -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…
Add table
Add a link
Reference in a new issue