rofi/themes/arthur.rasi

188 lines
3.6 KiB
Plaintext
Raw Normal View History

2017-09-09 12:50:23 +00:00
configuration {
// The display name of this browser
display-ssh: " ";
// The display name of this browser
display-run: "";
// The display name of this browser
display-drun: "";
// The display name of this browser
display-window: "";
display-combi: "";
display-top: "";
show-icons: true;
}
2017-01-19 08:26:16 +00:00
/**
* User: Qball
* Copyright: Dave Davenport
*/
* {
foreground: #ffeedd;
2017-09-09 12:50:23 +00:00
backlight: #ccffeedd;
background-color: rgba(0,0,0,0);
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: "Sauce Code Powerline Medium 10";
2017-01-19 08:26:16 +00:00
}
#window {
location: center;
2017-01-21 11:13:01 +00:00
anchor: center;
2017-09-09 12:50:23 +00:00
transparency: "screenshot";
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: [vertb, mainbox];
orientation: horizontal;
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#mainbox {
spacing: 0;
children: [ inputbar, listview ];
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#message {
border-color: @foreground;
border: 0px 2px 2px 2px;
// border-radius: 10px;
padding: 5;
background-color: @tcyan;
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#message {
font: "Sauce Code Powerline ExtraLight 8";
color: @black;
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#inputbar {
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: "Sauce Code Pro 18";
}
2017-09-09 13:10:41 +00:00
#entry,prompt,case-indicator {
text-font: inherit;
text-color:inherit;
2017-09-09 12:50:23 +00:00
}
#listview {
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 {
padding: 3px;
vertical-align: 0.5;
// border: 2px;
border-radius: 4px;
background-color: transparent;
color: @foreground;
font:inherit;
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#element selected.normal {
background-color: @blue;
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#element normal active {
2017-01-19 08:26:16 +00:00
foreground: @lightblue;
}
2017-09-09 12:50:23 +00:00
#element normal urgent {
2017-01-19 08:26:16 +00:00
foreground: @lightred;
}
2017-09-09 12:50:23 +00:00
#element alternate normal {
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#element alternate active {
2017-01-19 08:26:16 +00:00
foreground: @lightblue;
}
2017-09-09 12:50:23 +00:00
#element alternate urgent {
2017-01-19 08:26:16 +00:00
foreground: @lightred;
}
2017-09-09 12:50:23 +00:00
#element selected active {
background-color: @lightblue;
2017-01-19 08:26:16 +00:00
foreground: @dark;
}
2017-09-09 12:50:23 +00:00
#element selected urgent {
background-color: @lightred;
2017-01-19 08:26:16 +00:00
foreground: @dark;
}
2017-09-09 12:50:23 +00:00
#element normal normal {
}
2017-01-19 08:26:16 +00:00
2017-09-09 12:50:23 +00:00
#vertb {
expand: false;
children: [ dummy0, sidebar, dummy1 ];
2017-01-19 08:26:16 +00:00
}
2017-09-09 12:50:23 +00:00
#dummy0, dummy1 {
expand: true;
}
#sidebar {
expand: false;
orientation: vertical;
spacing: 0px;
border: 0px 0px 0px 0px;
}
#button {
font: "FontAwesome 22";
padding: 6px;
border: 2px 0px 2px 2px;
border-radius: 4px 0px 0px 4px;
background-color: @tlightblack;
border-color: @foreground;
color: @foreground;
}
#button selected normal {
color: @dark;
border: 2px 0px 2px 2px;
background-color: @backlight;
border-color: @foreground;
}