mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 20:40:32 +01:00
122 lines
2.3 KiB
CSS
122 lines
2.3 KiB
CSS
/*
|
|
*
|
|
* Catppuccin Mocha palette
|
|
* Maintainer: rubyowo
|
|
*
|
|
*/
|
|
|
|
@define-color base #1e1e2e;
|
|
@define-color mantle #181825;
|
|
@define-color crust #11111b;
|
|
|
|
@define-color text #cdd6f4;
|
|
@define-color subtext0 #a6adc8;
|
|
@define-color subtext1 #bac2de;
|
|
|
|
@define-color surface0 #313244;
|
|
@define-color surface1 #45475a;
|
|
@define-color surface2 #585b70;
|
|
|
|
@define-color overlay0 #6c7086;
|
|
@define-color overlay1 #7f849c;
|
|
@define-color overlay2 #9399b2;
|
|
|
|
@define-color blue #89b4fa;
|
|
@define-color lavender #b4befe;
|
|
@define-color sapphire #74c7ec;
|
|
@define-color sky #89dceb;
|
|
@define-color teal #94e2d5;
|
|
@define-color green #a6e3a1;
|
|
@define-color yellow #f9e2af;
|
|
@define-color peach #fab387;
|
|
@define-color maroon #eba0ac;
|
|
@define-color red #f38ba8;
|
|
@define-color mauve #cba6f7;
|
|
@define-color pink #f5c2e7;
|
|
@define-color flamingo #f2cdcd;
|
|
* {
|
|
border: none;
|
|
font-family: ComicShannsMono Nerd Font Mono, Roboto, Arial, sans-serif;
|
|
font-size: 15px;
|
|
color: #ffffff;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
window {
|
|
/*font-weight: bold;*/
|
|
}
|
|
window#waybar {
|
|
background: rgba(0, 0, 0, 0);
|
|
}
|
|
/*-----module groups----*/
|
|
.modules-right {
|
|
background-color: @mantle;
|
|
margin: 2px 10px 0 0;
|
|
}
|
|
.modules-center {
|
|
background-color: @crust;
|
|
margin: 2px 10px 0 0;
|
|
}
|
|
.modules-left {
|
|
margin: 2px 0 0 5px;
|
|
background-color: @crust;
|
|
}
|
|
/*-----modules indv----*/
|
|
#workspaces button {
|
|
padding: 1px 5px;
|
|
background-color: transparent;
|
|
}
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
background-color: @pink;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: @base;
|
|
background-color: @flamingo;
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#battery.bat2,
|
|
#battery.bat3,
|
|
#cpu,
|
|
#memory,
|
|
#temperature,
|
|
#network,
|
|
#pulseaudio,
|
|
#tray,
|
|
#idle_inhibitor {
|
|
padding: 0 10px;
|
|
}
|
|
/*
|
|
#mode {
|
|
color: #cc3436;
|
|
font-weight: bold;
|
|
}
|
|
#idle_inhibitor.activated {
|
|
color: #2dcc36;
|
|
}
|
|
#pulseaudio.muted {
|
|
color: #cc3436;
|
|
}
|
|
#battery.charging {
|
|
color: #2dcc36;
|
|
}
|
|
#battery.warning:not(.charging) {
|
|
color: #e6e600;
|
|
}
|
|
#battery.critical:not(.charging) {
|
|
color: #cc3436;
|
|
}
|
|
#temperature.critical {
|
|
color: #cc3436;
|
|
}*/
|
|
/*-----Colors----*/
|
|
/*
|
|
*rgba(0,85,102,1),#005566 --> Indigo(dye)
|
|
*rgba(0,43,51,1),#002B33 --> Dark Green
|
|
*rgba(0,153,153,1),#009999 --> Persian Green
|
|
*
|
|
define-color rosewater #f5e0dc;*/
|