refactor: border sizes reduced, background opacity reduced;

refactor: animations changed
This commit is contained in:
2025-09-30 15:04:13 +03:00
parent 0a89858cf4
commit 678ce34802
8 changed files with 42 additions and 30 deletions

View File

@@ -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 */