mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Slim down config
This commit is contained in:
@ -1,70 +1,18 @@
|
|||||||
@define-color rosewater #f5e0dc;
|
|
||||||
@define-color rosewater-rgb rgb(245, 224, 220);
|
|
||||||
@define-color flamingo #f2cdcd;
|
|
||||||
@define-color flamingo-rgb rgb(242, 205, 205);
|
|
||||||
@define-color pink #f5c2e7;
|
|
||||||
@define-color pink-rgb rgb(245, 194, 231);
|
|
||||||
@define-color mauve #cba6f7;
|
@define-color mauve #cba6f7;
|
||||||
@define-color mauve-rgb rgb(203, 166, 247);
|
|
||||||
@define-color red #f38ba8;
|
|
||||||
@define-color red-rgb rgb(243, 139, 168);
|
|
||||||
@define-color maroon #eba0ac;
|
|
||||||
@define-color maroon-rgb rgb(235, 160, 172);
|
|
||||||
@define-color peach #fab387;
|
|
||||||
@define-color peach-rgb rgb(250, 179, 135);
|
|
||||||
@define-color yellow #f9e2af;
|
|
||||||
@define-color yellow-rgb rgb(249, 226, 175);
|
|
||||||
@define-color green #a6e3a1;
|
|
||||||
@define-color green-rgb rgb(166, 227, 161);
|
|
||||||
@define-color teal #94e2d5;
|
|
||||||
@define-color teal-rgb rgb(148, 226, 213);
|
|
||||||
@define-color sky #89dceb;
|
|
||||||
@define-color sky-rgb rgb(137, 220, 235);
|
|
||||||
@define-color sapphire #74c7ec;
|
|
||||||
@define-color sapphire-rgb rgb(116, 199, 236);
|
|
||||||
@define-color blue #89b4fa;
|
|
||||||
@define-color blue-rgb rgb(137, 180, 250);
|
|
||||||
@define-color lavender #b4befe;
|
|
||||||
@define-color lavender-rgb rgb(180, 190, 254);
|
|
||||||
@define-color text #cdd6f4;
|
@define-color text #cdd6f4;
|
||||||
@define-color text-rgb rgb(205, 214, 244);
|
|
||||||
@define-color subtext1 #bac2de;
|
|
||||||
@define-color subtext1-rgb rgb(186, 194, 222);
|
|
||||||
@define-color subtext0 #a6adc8;
|
|
||||||
@define-color subtext0-rgb rgb(166, 173, 200);
|
|
||||||
@define-color overlay2 #9399b2;
|
|
||||||
@define-color overlay2-rgb rgb(147, 153, 178);
|
|
||||||
@define-color overlay1 #7f849c;
|
|
||||||
@define-color overlay1-rgb rgb(127, 132, 156);
|
|
||||||
@define-color overlay0 #6c7086;
|
|
||||||
@define-color overlay0-rgb rgb(108, 112, 134);
|
|
||||||
@define-color surface2 #585b70;
|
|
||||||
@define-color surface2-rgb rgb(88, 91, 112);
|
|
||||||
@define-color surface1 #45475a;
|
|
||||||
@define-color surface1-rgb rgb(69, 71, 90);
|
|
||||||
@define-color surface0 #313244;
|
|
||||||
@define-color surface0-rgb rgb(49, 50, 68);
|
|
||||||
@define-color base #1e1e2e;
|
@define-color base #1e1e2e;
|
||||||
@define-color base-rgb rgb(30, 30, 46);
|
|
||||||
@define-color mantle #181825;
|
|
||||||
@define-color mantle-rgb rgb(24, 24, 37);
|
|
||||||
@define-color crust #11111b;
|
|
||||||
@define-color crust-rgb rgb(17, 17, 27);
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'CaskaydiaMono Nerd Font', monospace;
|
font-family: 'CaskaydiaMono Nerd Font', monospace;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window */
|
|
||||||
window {
|
window {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border: 2px solid @lavender;
|
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inner Box */
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -72,7 +20,6 @@ window {
|
|||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Outer Box */
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
@ -80,7 +27,6 @@ window {
|
|||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scroll */
|
|
||||||
#scroll {
|
#scroll {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -88,7 +34,6 @@ window {
|
|||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Input */
|
|
||||||
#input {
|
#input {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -97,23 +42,12 @@ window {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input image {
|
|
||||||
border: none;
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input * {
|
|
||||||
/* outline: 4px solid @red!important; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#input:focus {
|
#input:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Text */
|
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
@ -124,12 +58,6 @@ window {
|
|||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry arrow {
|
|
||||||
border: none;
|
|
||||||
color: @lavender;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Selected Entry */
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
@ -139,10 +67,6 @@ window {
|
|||||||
color: @mauve;
|
color: @mauve;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:drop(active) {
|
|
||||||
background-color: @lavender!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry image {
|
#entry image {
|
||||||
-gtk-icon-transform: scale(0.7);
|
-gtk-icon-transform: scale(0.7);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user