rofi/themes/arthur.rasi

182 lines
3.5 KiB
Plaintext
Raw Normal View History

2017-10-01 10:55:42 +00:00
/**
* ROFI Color theme
* User: Qball
* Copyright: Dave Davenport
*/
2017-09-09 12:50:23 +00:00
2017-01-19 08:26:16 +00:00
* {
foreground: #ffeedd;
2017-09-09 12:50:23 +00:00
backlight: #ccffeedd;
2017-09-18 15:53:35 +00:00
background-color: transparent;
2017-01-19 08:26:16 +00:00
dark: #1c1c1c;
// Black
black: #3d352a;
lightblack: #554444;
2017-09-09 12:50:23 +00:00
tlightblack: #554444cc;
2017-01-19 08:26:16 +00:00
//
// Red
red: #cd5c5c;
lightred: #cc5533;
//
// Green
green: #86af80;
lightgreen: #88cc22;
//
// Yellow
yellow: #e8ae5b;
lightyellow: #ffa75d;
//
// Blue
blue: #6495ed;
lightblue: #87ceeb;
//
// Magenta
magenta: #deb887;
lightmagenta: #996600;
//
// Cyan
cyan: #b0c4de;
2017-09-09 12:50:23 +00:00
tcyan: #ccb0c4de;
2017-01-19 08:26:16 +00:00
lightcyan: #b0c4de;
//
// White
white: #bbaa99;
lightwhite: #ddccbb;
//
// Bold, Italic, Underline
2017-09-09 12:50:23 +00:00
highlight: underline bold #ffffff;
transparent: rgba(0,0,0,0);
font: "Source Code Pro 10";
2017-01-19 08:26:16 +00:00
}
window {
2017-01-19 08:26:16 +00:00
location: center;
2017-01-21 11:13:01 +00:00
anchor: center;
transparency: "real";
2017-01-19 08:26:16 +00:00
padding: 10px;
2017-09-09 12:50:23 +00:00
border: 0px;
border-radius: 10px;
color: @magenta;
background-color: @transparent;
spacing: 0;
children: [mainbox];
2017-09-09 12:50:23 +00:00
orientation: horizontal;
2017-01-19 08:26:16 +00:00
}
mainbox {
2017-09-09 12:50:23 +00:00
spacing: 0;
2017-09-18 15:37:48 +00:00
children: [ inputbar, message, listview ];
2017-01-19 08:26:16 +00:00
}
message {
2017-09-09 12:50:23 +00:00
border-color: @foreground;
border: 0px 2px 2px 2px;
// border-radius: 10px;
padding: 5;
background-color: @tcyan;
2017-01-19 08:26:16 +00:00
}
message {
font: "Source Code Pro 8";
2017-09-09 12:50:23 +00:00
color: @black;
2017-01-19 08:26:16 +00:00
}
inputbar {
2017-09-09 12:50:23 +00:00
color: @lightgreen;
2017-09-09 13:10:41 +00:00
padding: 11px;
2017-09-09 12:50:23 +00:00
background-color: @tlightblack;
border: 2px 2px 2px 2px;
border-radius: 15px 15px 0px 0px;
border-color: @foreground;
font: "Source Code Pro 18";
2017-09-09 12:50:23 +00:00
}
entry,prompt,case-indicator {
2017-09-18 15:53:35 +00:00
text-font: inherit;
2017-09-09 13:10:41 +00:00
text-color:inherit;
2017-09-09 12:50:23 +00:00
}
prompt {
margin: 0px 0.3em 0em 0em ;
}
listview {
2017-09-09 12:50:23 +00:00
padding: 8px;
border-radius: 0px 0px 15px 15px;
border-color: @foreground;
border: 0px 2px 2px 2px;
background-color: #1c1c1ccc;
2017-01-19 08:26:16 +00:00
dynamic: false;
2017-09-09 12:50:23 +00:00
lines: 10;
}
element {
2017-09-18 15:53:35 +00:00
padding: 3px;
2017-09-09 12:50:23 +00:00
vertical-align: 0.5;
// border: 2px;
border-radius: 4px;
2017-09-18 15:53:35 +00:00
background-color: transparent;
2017-09-09 12:50:23 +00:00
color: @foreground;
font:inherit;
2017-01-19 08:26:16 +00:00
}
element-text {
background-color: inherit;
text-color: inherit;
}
element selected.normal {
2017-09-09 12:50:23 +00:00
background-color: @blue;
2017-01-19 08:26:16 +00:00
}
element normal active {
2017-01-19 08:26:16 +00:00
foreground: @lightblue;
}
element normal urgent {
2017-01-19 08:26:16 +00:00
foreground: @lightred;
}
element alternate normal {
2017-01-19 08:26:16 +00:00
}
element alternate active {
2017-01-19 08:26:16 +00:00
foreground: @lightblue;
}
element alternate urgent {
2017-01-19 08:26:16 +00:00
foreground: @lightred;
}
element selected active {
2017-09-09 12:50:23 +00:00
background-color: @lightblue;
2017-01-19 08:26:16 +00:00
foreground: @dark;
}
element selected urgent {
2017-09-09 12:50:23 +00:00
background-color: @lightred;
2017-01-19 08:26:16 +00:00
foreground: @dark;
}
element normal normal {
2017-09-09 12:50:23 +00:00
}
vertb {
2017-09-09 12:50:23 +00:00
expand: false;
children: [ dummy0, mode-switcher, dummy1 ];
2017-01-19 08:26:16 +00:00
}
dummy0, dummy1 {
2017-09-09 12:50:23 +00:00
expand: true;
}
mode-switcher {
2017-09-09 12:50:23 +00:00
expand: false;
orientation: vertical;
spacing: 0px;
border: 0px 0px 0px 0px;
}
button {
2017-09-09 12:50:23 +00:00
font: "FontAwesome 22";
padding: 6px;
border: 2px 0px 2px 2px;
border-radius: 4px 0px 0px 4px;
background-color: @tlightblack;
border-color: @foreground;
color: @foreground;
horizontal-align: 0.5;
2017-09-09 12:50:23 +00:00
}
button selected normal {
2017-09-09 12:50:23 +00:00
color: @dark;
border: 2px 0px 2px 2px;
background-color: @backlight;
border-color: @foreground;
}
error-message {
expand: true;
background-color: red;
border-color: darkred;
border: 2px;
padding: 1em;
}