make some ags config stuff
This commit is contained in:
parent
e21de5fed2
commit
e78496f43d
2 changed files with 55 additions and 2 deletions
21
.config/ags/style.css
Normal file
21
.config/ags/style.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
window {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.workspaces {
|
||||
background-color: blue;
|
||||
border-color: purple;
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
border-bottom: 3px solid @theme_fg_color;
|
||||
}
|
||||
|
||||
.workspaces button.focused {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue