Everything: Switch to MATE, Arc, and Solarized
TODO: Add MATE configs, wherever those are
This commit is contained in:
@@ -19,45 +19,53 @@ configuration {
|
||||
}
|
||||
|
||||
* {
|
||||
background: #282828;
|
||||
background-alt: #3c3836;
|
||||
foreground: #ebdbb2;
|
||||
foreground-alt: #a89984;
|
||||
blue-dark: #458588;
|
||||
blue: #83a598;
|
||||
yellow: #fabd2f;
|
||||
background: #383c4a;
|
||||
background-alt: #404552;
|
||||
border: #2b2e39;
|
||||
foreground: #fffcf6;
|
||||
foreground-alt: #7c818c;
|
||||
blue-dark: #457dbf;
|
||||
blue: #5294e2;
|
||||
yellow: #b58900;
|
||||
|
||||
text-color: @foreground;
|
||||
background-color: @background;
|
||||
font: "Roboto 10";
|
||||
background-color: @background-alt;
|
||||
font: "Noto Sans 10";
|
||||
}
|
||||
|
||||
#window {
|
||||
location: southwest;
|
||||
anchor: southwest;
|
||||
|
||||
border-color: @background;
|
||||
background-color: @background;
|
||||
border-color: @border;
|
||||
background-color: @background-alt;
|
||||
|
||||
border: 4px;
|
||||
border: 1px 1px 0px 0px;
|
||||
border-radius: 0px 3px 0px 0px;
|
||||
height: 60%;
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
padding: 9px;
|
||||
padding: 14px;
|
||||
border: 0px 0px 1px 0px;
|
||||
border-color: @background-alt;
|
||||
border-color: @border;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
#case-indicator {
|
||||
text-color: @foreground-alt;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
#prompt {
|
||||
font: "Roboto Bold 10";
|
||||
padding: 0px 8px 0px 0px;
|
||||
text-color: @foreground;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
#entry {
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
#message {
|
||||
@@ -75,6 +83,7 @@ configuration {
|
||||
}
|
||||
|
||||
#element {
|
||||
border-radius: 3px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
@@ -88,19 +97,16 @@ configuration {
|
||||
|
||||
#element selected normal {
|
||||
background-color: @blue;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
#element selected active {
|
||||
background-color: @blue-dark;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
#element selected urgent {
|
||||
background-color: @yellow;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
#sidebar {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user