mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-12 12:28:58 +01:00
Updated stylix color references to fix issue #142
This commit is contained in:
parent
72f381c5eb
commit
c0a55f8388
@ -54,8 +54,8 @@ with lib;
|
|||||||
border_size = 2
|
border_size = 2
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
col.active_border = rgb(${config.stylix.base16Scheme.base08}) rgb(${config.stylix.base16Scheme.base0C}) 45deg
|
col.active_border = rgb(${config.lib.stylix.colors.base08}) rgb(${config.lib.stylix.colors.base0C}) 45deg
|
||||||
col.inactive_border = rgb(${config.stylix.base16Scheme.base01})
|
col.inactive_border = rgb(${config.lib.stylix.colors.base01})
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
kb_layout = ${keyboardLayout}
|
kb_layout = ${keyboardLayout}
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
.control-center .notification-row:focus,
|
.control-center .notification-row:focus,
|
||||||
.control-center .notification-row:hover {
|
.control-center .notification-row:hover {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
background: #${config.stylix.base16Scheme.base00}
|
background: #${config.lib.stylix.colors.base00}
|
||||||
}
|
}
|
||||||
.notification-row {
|
.notification-row {
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -81,10 +81,10 @@
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
.notification-content {
|
.notification-content {
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 2px solid #${config.stylix.base16Scheme.base0D};
|
border: 2px solid #${config.lib.stylix.colors.base0D};
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.notification-default-action {
|
.notification-default-action {
|
||||||
@ -93,8 +93,8 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.close-button {
|
.close-button {
|
||||||
background: #${config.stylix.base16Scheme.base08};
|
background: #${config.lib.stylix.colors.base08};
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -103,19 +103,19 @@
|
|||||||
}
|
}
|
||||||
.close-button:hover {
|
.close-button:hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: #${config.stylix.base16Scheme.base0D};
|
background: #${config.lib.stylix.colors.base0D};
|
||||||
transition: all .15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
border: none
|
border: none
|
||||||
}
|
}
|
||||||
.notification-action {
|
.notification-action {
|
||||||
border: 2px solid #${config.stylix.base16Scheme.base0D};
|
border: 2px solid #${config.lib.stylix.colors.base0D};
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.notification-default-action:hover,
|
.notification-default-action:hover,
|
||||||
.notification-action:hover {
|
.notification-action:hover {
|
||||||
color: #${config.stylix.base16Scheme.base0B};
|
color: #${config.lib.stylix.colors.base0B};
|
||||||
background: #${config.stylix.base16Scheme.base0B}
|
background: #${config.lib.stylix.colors.base0B}
|
||||||
}
|
}
|
||||||
.notification-default-action {
|
.notification-default-action {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -127,40 +127,40 @@
|
|||||||
}
|
}
|
||||||
.notification-action:first-child {
|
.notification-action:first-child {
|
||||||
border-bottom-left-radius: 10px;
|
border-bottom-left-radius: 10px;
|
||||||
background: #${config.stylix.base16Scheme.base00}
|
background: #${config.lib.stylix.colors.base00}
|
||||||
}
|
}
|
||||||
.notification-action:last-child {
|
.notification-action:last-child {
|
||||||
border-bottom-right-radius: 10px;
|
border-bottom-right-radius: 10px;
|
||||||
background: #${config.stylix.base16Scheme.base00}
|
background: #${config.lib.stylix.colors.base00}
|
||||||
}
|
}
|
||||||
.inline-reply {
|
.inline-reply {
|
||||||
margin-top: 8px
|
margin-top: 8px
|
||||||
}
|
}
|
||||||
.inline-reply-entry {
|
.inline-reply-entry {
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
caret-color: #${config.stylix.base16Scheme.base05};
|
caret-color: #${config.lib.stylix.colors.base05};
|
||||||
border: 1px solid #${config.stylix.base16Scheme.base09};
|
border: 1px solid #${config.lib.stylix.colors.base09};
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
}
|
}
|
||||||
.inline-reply-button {
|
.inline-reply-button {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
border: 1px solid #${config.stylix.base16Scheme.base09};
|
border: 1px solid #${config.lib.stylix.colors.base09};
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: #${config.stylix.base16Scheme.base05}
|
color: #${config.lib.stylix.colors.base05}
|
||||||
}
|
}
|
||||||
.inline-reply-button:disabled {
|
.inline-reply-button:disabled {
|
||||||
background: initial;
|
background: initial;
|
||||||
color: #${config.stylix.base16Scheme.base03};
|
color: #${config.lib.stylix.colors.base03};
|
||||||
border: 1px solid transparent
|
border: 1px solid transparent
|
||||||
}
|
}
|
||||||
.inline-reply-button:hover {
|
.inline-reply-button:hover {
|
||||||
background: #${config.stylix.base16Scheme.base00}
|
background: #${config.lib.stylix.colors.base00}
|
||||||
}
|
}
|
||||||
.body-image {
|
.body-image {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
background-color: #${config.stylix.base16Scheme.base05};
|
background-color: #${config.lib.stylix.colors.base05};
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
}
|
}
|
||||||
.summary {
|
.summary {
|
||||||
@ -174,7 +174,7 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
margin-right: 18px
|
margin-right: 18px
|
||||||
}
|
}
|
||||||
@ -182,12 +182,12 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
text-shadow: none
|
text-shadow: none
|
||||||
}
|
}
|
||||||
.control-center {
|
.control-center {
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
border: 2px solid #${config.stylix.base16Scheme.base0C};
|
border: 2px solid #${config.lib.stylix.colors.base0C};
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.control-center-list {
|
.control-center-list {
|
||||||
@ -203,8 +203,8 @@
|
|||||||
background: alpha(black, 0)
|
background: alpha(black, 0)
|
||||||
}
|
}
|
||||||
.widget-title {
|
.widget-title {
|
||||||
color: #${config.stylix.base16Scheme.base0B};
|
color: #${config.lib.stylix.colors.base0B};
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin: 10px 10px 5px 10px;
|
margin: 10px 10px 5px 10px;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
@ -212,39 +212,39 @@
|
|||||||
}
|
}
|
||||||
.widget-title>button {
|
.widget-title>button {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.widget-title>button:hover {
|
.widget-title>button:hover {
|
||||||
background: #${config.stylix.base16Scheme.base08};
|
background: #${config.lib.stylix.colors.base08};
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
}
|
}
|
||||||
.widget-dnd {
|
.widget-dnd {
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin: 10px 10px 5px 10px;
|
margin: 10px 10px 5px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
color: #${config.stylix.base16Scheme.base0B};
|
color: #${config.lib.stylix.colors.base0B};
|
||||||
}
|
}
|
||||||
.widget-dnd>switch {
|
.widget-dnd>switch {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
/* border: 1px solid #${config.stylix.base16Scheme.base0B}; */
|
/* border: 1px solid #${config.lib.stylix.colors.base0B}; */
|
||||||
background: #${config.stylix.base16Scheme.base0B};
|
background: #${config.lib.stylix.colors.base0B};
|
||||||
}
|
}
|
||||||
.widget-dnd>switch:checked {
|
.widget-dnd>switch:checked {
|
||||||
background: #${config.stylix.base16Scheme.base08};
|
background: #${config.lib.stylix.colors.base08};
|
||||||
border: 1px solid #${config.stylix.base16Scheme.base08};
|
border: 1px solid #${config.lib.stylix.colors.base08};
|
||||||
}
|
}
|
||||||
.widget-dnd>switch slider {
|
.widget-dnd>switch slider {
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
}
|
}
|
||||||
.widget-dnd>switch:checked slider {
|
.widget-dnd>switch:checked slider {
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
}
|
}
|
||||||
.widget-label {
|
.widget-label {
|
||||||
@ -252,10 +252,10 @@
|
|||||||
}
|
}
|
||||||
.widget-label>label {
|
.widget-label>label {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
}
|
}
|
||||||
.widget-mpris {
|
.widget-mpris {
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin: 10px 10px 5px 10px;
|
margin: 10px 10px 5px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -283,30 +283,30 @@
|
|||||||
background: transparent
|
background: transparent
|
||||||
}
|
}
|
||||||
.widget-volume {
|
.widget-volume {
|
||||||
background: #${config.stylix.base16Scheme.base01};
|
background: #${config.lib.stylix.colors.base01};
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 10px 10px 5px 10px;
|
margin: 10px 10px 5px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
}
|
}
|
||||||
.widget-volume>box>button {
|
.widget-volume>box>button {
|
||||||
background: #${config.stylix.base16Scheme.base0B};
|
background: #${config.lib.stylix.colors.base0B};
|
||||||
border: none
|
border: none
|
||||||
}
|
}
|
||||||
.per-app-volume {
|
.per-app-volume {
|
||||||
background-color: #${config.stylix.base16Scheme.base00};
|
background-color: #${config.lib.stylix.colors.base00};
|
||||||
padding: 4px 8px 8px;
|
padding: 4px 8px 8px;
|
||||||
margin: 0 8px 8px;
|
margin: 0 8px 8px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.widget-backlight {
|
.widget-backlight {
|
||||||
background: #${config.stylix.base16Scheme.base01};
|
background: #${config.lib.stylix.colors.base01};
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 10px 10px 5px 10px;
|
margin: 10px 10px 5px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
color: #${config.stylix.base16Scheme.base05}
|
color: #${config.lib.stylix.colors.base05}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
@ -193,8 +193,8 @@ with lib;
|
|||||||
background: rgba(0,0,0,0);
|
background: rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
#workspaces {
|
#workspaces {
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
background: #${config.stylix.base16Scheme.base01};
|
background: #${config.lib.stylix.colors.base01};
|
||||||
margin: 4px 4px;
|
margin: 4px 4px;
|
||||||
padding: 5px 5px;
|
padding: 5px 5px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
@ -204,8 +204,8 @@ with lib;
|
|||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
margin: 0px 3px;
|
margin: 0px 3px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
background: linear-gradient(45deg, #${config.stylix.base16Scheme.base08}, #${config.stylix.base16Scheme.base0D});
|
background: linear-gradient(45deg, #${config.lib.stylix.colors.base08}, #${config.lib.stylix.colors.base0D});
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: ${betterTransition};
|
transition: ${betterTransition};
|
||||||
}
|
}
|
||||||
@ -214,8 +214,8 @@ with lib;
|
|||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
margin: 0px 3px;
|
margin: 0px 3px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
background: linear-gradient(45deg, #${config.stylix.base16Scheme.base08}, #${config.stylix.base16Scheme.base0D});
|
background: linear-gradient(45deg, #${config.lib.stylix.colors.base08}, #${config.lib.stylix.colors.base0D});
|
||||||
transition: ${betterTransition};
|
transition: ${betterTransition};
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
@ -223,31 +223,31 @@ with lib;
|
|||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
background: linear-gradient(45deg, #${config.stylix.base16Scheme.base08}, #${config.stylix.base16Scheme.base0D});
|
background: linear-gradient(45deg, #${config.lib.stylix.colors.base08}, #${config.lib.stylix.colors.base0D});
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
transition: ${betterTransition};
|
transition: ${betterTransition};
|
||||||
}
|
}
|
||||||
tooltip {
|
tooltip {
|
||||||
background: #${config.stylix.base16Scheme.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
border: 1px solid #${config.stylix.base16Scheme.base08};
|
border: 1px solid #${config.lib.stylix.colors.base08};
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
tooltip label {
|
tooltip label {
|
||||||
color: #${config.stylix.base16Scheme.base08};
|
color: #${config.lib.stylix.colors.base08};
|
||||||
}
|
}
|
||||||
#window, #pulseaudio, #cpu, #memory, #idle_inhibitor {
|
#window, #pulseaudio, #cpu, #memory, #idle_inhibitor {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 4px 0px;
|
margin: 4px 0px;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
padding: 0px 18px;
|
padding: 0px 18px;
|
||||||
background: #${config.stylix.base16Scheme.base04};
|
background: #${config.lib.stylix.colors.base04};
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
border-radius: 24px 10px 24px 10px;
|
border-radius: 24px 10px 24px 10px;
|
||||||
}
|
}
|
||||||
#custom-startmenu {
|
#custom-startmenu {
|
||||||
color: #${config.stylix.base16Scheme.base0B};
|
color: #${config.lib.stylix.colors.base0B};
|
||||||
background: #${config.stylix.base16Scheme.base02};
|
background: #${config.lib.stylix.colors.base02};
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px 30px 0px 15px;
|
padding: 0px 30px 0px 15px;
|
||||||
@ -256,8 +256,8 @@ with lib;
|
|||||||
#custom-hyprbindings, #network, #battery,
|
#custom-hyprbindings, #network, #battery,
|
||||||
#custom-notification, #tray, #custom-exit {
|
#custom-notification, #tray, #custom-exit {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #${config.stylix.base16Scheme.base0F};
|
background: #${config.lib.stylix.colors.base0F};
|
||||||
color: #${config.stylix.base16Scheme.base00};
|
color: #${config.lib.stylix.colors.base00};
|
||||||
margin: 4px 0px;
|
margin: 4px 0px;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
border-radius: 10px 24px 10px 24px;
|
border-radius: 10px 24px 10px 24px;
|
||||||
@ -266,7 +266,7 @@ with lib;
|
|||||||
#clock {
|
#clock {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #0D0E15;
|
color: #0D0E15;
|
||||||
background: linear-gradient(90deg, #${config.stylix.base16Scheme.base0E}, #${config.stylix.base16Scheme.base0C});
|
background: linear-gradient(90deg, #${config.lib.stylix.colors.base0E}, #${config.lib.stylix.colors.base0C});
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px 15px 0px 30px;
|
padding: 0px 15px 0px 30px;
|
||||||
border-radius: 0px 0px 0px 40px;
|
border-radius: 0px 0px 0px 40px;
|
||||||
|
@ -51,22 +51,22 @@
|
|||||||
background-color: rgba(12, 12, 12, 0.1);
|
background-color: rgba(12, 12, 12, 0.1);
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
color: #${config.stylix.base16Scheme.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 25%;
|
background-size: 25%;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
background-color: rgba(12, 12, 12, 0.3);
|
background-color: rgba(12, 12, 12, 0.3);
|
||||||
border: 3px solid #${config.stylix.base16Scheme.base05};
|
border: 3px solid #${config.lib.stylix.colors.base05};
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
}
|
}
|
||||||
button:focus,
|
button:focus,
|
||||||
button:active,
|
button:active,
|
||||||
button:hover {
|
button:hover {
|
||||||
color: #${config.stylix.base16Scheme.base0B};
|
color: #${config.lib.stylix.colors.base0B};
|
||||||
background-color: rgba(12, 12, 12, 0.5);
|
background-color: rgba(12, 12, 12, 0.5);
|
||||||
border: 3px solid #${config.stylix.base16Scheme.base0B};
|
border: 3px solid #${config.lib.stylix.colors.base0B};
|
||||||
}
|
}
|
||||||
#logout {
|
#logout {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user