афыввафыв123
This commit is contained in:
101
wofi/colors.css
Normal file
101
wofi/colors.css
Normal file
@@ -0,0 +1,101 @@
|
||||
|
||||
@define-color background #101417;
|
||||
|
||||
@define-color error #ffb4ab;
|
||||
|
||||
@define-color error_container #93000a;
|
||||
|
||||
@define-color inverse_on_surface #2d3135;
|
||||
|
||||
@define-color inverse_primary #216487;
|
||||
|
||||
@define-color inverse_surface #dfe3e7;
|
||||
|
||||
@define-color on_background #dfe3e7;
|
||||
|
||||
@define-color on_error #690005;
|
||||
|
||||
@define-color on_error_container #ffdad6;
|
||||
|
||||
@define-color on_primary #00344c;
|
||||
|
||||
@define-color on_primary_container #c7e7ff;
|
||||
|
||||
@define-color on_primary_fixed #001e2e;
|
||||
|
||||
@define-color on_primary_fixed_variant #004c6c;
|
||||
|
||||
@define-color on_secondary #21323e;
|
||||
|
||||
@define-color on_secondary_container #d2e5f5;
|
||||
|
||||
@define-color on_secondary_fixed #0b1d29;
|
||||
|
||||
@define-color on_secondary_fixed_variant #374955;
|
||||
|
||||
@define-color on_surface #dfe3e7;
|
||||
|
||||
@define-color on_surface_variant #c1c7ce;
|
||||
|
||||
@define-color on_tertiary #342b4b;
|
||||
|
||||
@define-color on_tertiary_container #e8ddff;
|
||||
|
||||
@define-color on_tertiary_fixed #1e1635;
|
||||
|
||||
@define-color on_tertiary_fixed_variant #4a4263;
|
||||
|
||||
@define-color outline #8b9198;
|
||||
|
||||
@define-color outline_variant #41484d;
|
||||
|
||||
@define-color primary #92cef5;
|
||||
|
||||
@define-color primary_container #004c6c;
|
||||
|
||||
@define-color primary_fixed #c7e7ff;
|
||||
|
||||
@define-color primary_fixed_dim #92cef5;
|
||||
|
||||
@define-color scrim #000000;
|
||||
|
||||
@define-color secondary #b6c9d8;
|
||||
|
||||
@define-color secondary_container #374955;
|
||||
|
||||
@define-color secondary_fixed #d2e5f5;
|
||||
|
||||
@define-color secondary_fixed_dim #b6c9d8;
|
||||
|
||||
@define-color shadow #000000;
|
||||
|
||||
@define-color source_color #235e7e;
|
||||
|
||||
@define-color surface #101417;
|
||||
|
||||
@define-color surface_bright #353a3d;
|
||||
|
||||
@define-color surface_container #1c2024;
|
||||
|
||||
@define-color surface_container_high #262a2e;
|
||||
|
||||
@define-color surface_container_highest #313539;
|
||||
|
||||
@define-color surface_container_low #181c20;
|
||||
|
||||
@define-color surface_container_lowest #0a0f12;
|
||||
|
||||
@define-color surface_dim #101417;
|
||||
|
||||
@define-color surface_tint #92cef5;
|
||||
|
||||
@define-color surface_variant #41484d;
|
||||
|
||||
@define-color tertiary #ccc1e9;
|
||||
|
||||
@define-color tertiary_container #4a4263;
|
||||
|
||||
@define-color tertiary_fixed #e8ddff;
|
||||
|
||||
@define-color tertiary_fixed_dim #ccc1e9;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import url(".cache/wal/colors-waybar.css");
|
||||
@import url("colors.css");
|
||||
|
||||
* {
|
||||
all:unset;
|
||||
@@ -10,7 +10,7 @@
|
||||
window {
|
||||
all:unset;
|
||||
background: alpha(@background, 0.7);
|
||||
border: 2px solid @color1;
|
||||
border: 2px solid @primary;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,8 @@ window {
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background: @color1;
|
||||
color: @on_primary;
|
||||
background: @primary;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user