refactor: border sizes reduced, background opacity reduced;
refactor: animations changed
This commit is contained in:
@@ -23,12 +23,12 @@ configuration {
|
||||
/*****----- Global Properties -----*****/
|
||||
* {
|
||||
font: "JetBrains Mono Nerd Font 10";
|
||||
background: #1c1c1cd0;
|
||||
background: #1c1c1cc0;
|
||||
background-alt: #303030ff;
|
||||
button-shape-top: #505050ff;
|
||||
button-shape-bottom: #303030ff;
|
||||
background-button: #2e2d31ff;
|
||||
background-input: #1c1c1cff;
|
||||
background-input: #1c1c1cc0;
|
||||
border: #48535Ccf;
|
||||
foreground: #FFe8EE;
|
||||
selected: #9E2238dd;
|
||||
@@ -50,7 +50,7 @@ window {
|
||||
y-offset: 0px;
|
||||
|
||||
border-radius: 15px;
|
||||
border: 3px;
|
||||
border: 1px;
|
||||
border-color: @border;
|
||||
|
||||
/* properties for all widgets */
|
||||
|
||||
Reference in New Issue
Block a user