This commit is contained in:
2020-12-23 13:05:12 +09:00
parent a61778d1c2
commit 2820d4e2cd
17 changed files with 61 additions and 148 deletions

View File

@@ -12,8 +12,8 @@
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: #fff;
alternate-active-background: rgba ( 0, 0, 0, 3 % );
background: rgba ( 255, 255, 255, 90 % );
bordercolor: #8abeb7;
background: rgba ( 255, 255, 255, 70 % );
bordercolor: #cd9e9e;
alternate-normal-foreground: @foreground;
normal-background: rgba ( 0, 0, 0, 0 % );
lightfg: rgba ( 88, 104, 117, 100 % );
@@ -31,8 +31,8 @@
}
#window {
background-color: @background;
border: 0.75mm;
border-radius: 0;
border: 1mm;
border-radius: 4.7mm;
padding: 2.5mm;
}
#mainbox {