2017-01-19 03:19:14 -05:00
|
|
|
//! ------------------------------------------------------------------------------
|
|
|
|
//! ROFI Color theme
|
|
|
|
//! User: qball
|
|
|
|
//! Copyright: Dave Davenport
|
|
|
|
//! ------------------------------------------------------------------------------
|
|
|
|
//! "Color scheme for normal row" Set from: File
|
|
|
|
* {
|
|
|
|
spacing: 2;
|
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window {
|
|
|
|
border: 2;
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #DBDFBCFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
padding: 5;
|
2017-05-16 15:55:52 -04:00
|
|
|
background: #000021DD;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
|
|
|
#window.mainbox {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#window.mainbox.message.box {
|
|
|
|
border: 2px 0px 0px ;
|
|
|
|
padding: 2px 0px 0px ;
|
|
|
|
}
|
|
|
|
#window.mainbox.message.normal {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #DBDFBCFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview {
|
|
|
|
fixed-height: 1;
|
|
|
|
border: 2px 0px 0px ;
|
|
|
|
columns: 1;
|
|
|
|
padding: 2px 0px 0px ;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.normal.normal {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #DBDFBCFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.normal.urgent {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #FF81FFFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.normal.active {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #8AC4FFFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.selected.normal {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #02143FFF;
|
|
|
|
background: #DBDFBCFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.selected.urgent {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #02143FFF;
|
|
|
|
background: #FF817FFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.selected.active {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #02143FFF;
|
|
|
|
background: #8AC4FFFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.alternate.normal {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #DBDFBCFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.alternate.urgent {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #FF81FFFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.alternate.active {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #8AC4FFFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.scrollbar {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#window.mainbox.sidebar.box {
|
|
|
|
border: 2px 0px 0px ;
|
|
|
|
}
|
2017-01-23 02:35:03 -05:00
|
|
|
#window.mainbox.sidebar.button selected{
|
|
|
|
border: 2px 0px 0px ;
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #02143FFF;
|
|
|
|
background: #DBDFBCFF;
|
2017-01-23 02:35:03 -05:00
|
|
|
}
|
2017-01-19 03:19:14 -05:00
|
|
|
#window.mainbox.inputbar {
|
|
|
|
spacing: 0;
|
|
|
|
}
|
|
|
|
#window.mainbox.inputbar.box {
|
|
|
|
}
|
|
|
|
#window.mainbox.inputbar.normal {
|
2017-05-16 15:55:52 -04:00
|
|
|
foreground: #DBDFBCFF;
|
2017-01-19 03:19:14 -05:00
|
|
|
background: #00000000;
|
|
|
|
}
|