initial commit
This commit is contained in:
commit
ed206ad7e5
12 changed files with 791 additions and 0 deletions
43
style.scss
Normal file
43
style.scss
Normal file
|
@ -0,0 +1,43 @@
|
|||
// https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss
|
||||
$fg-color: #{"@theme_fg_color"};
|
||||
$bg-color: #{"@theme_bg_color"};
|
||||
|
||||
window.Bar {
|
||||
background: transparent;
|
||||
color: $fg-color;
|
||||
font-weight: bold;
|
||||
font-size: 25px;
|
||||
|
||||
>centerbox {
|
||||
background: $bg-color;
|
||||
border-radius: 10px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 8px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.Workspaces {
|
||||
button {
|
||||
all: unset;
|
||||
background-color: transparent;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
|
||||
&:hover label {
|
||||
background-color: red;
|
||||
border-color: $bg-color;
|
||||
}
|
||||
|
||||
&:active label {
|
||||
background-color: $fg-color;
|
||||
}
|
||||
|
||||
.focused {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue