[Build] Run config build
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| $fg-color: #E6E6E6; | ||||
| $bg-color: #141414; | ||||
| $fg-color: #C8DCFF; | ||||
| $bg-color: #0A0A0F; | ||||
| $accent-color: #591641; | ||||
| $accent-color-2: #97103A; | ||||
| $shadow-color: rgba(40, 40, 40, 0.3); | ||||
| $shadow-color: rgba(0, 0, 2, 0.3); | ||||
|   | ||||
| @@ -13,6 +13,6 @@ general { | ||||
|  | ||||
| decoration { | ||||
|     shadow { | ||||
|         color = rgb(282828) | ||||
|         color = rgb(000002) | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| * { | ||||
|     background: #141414; | ||||
|     background-selected: #1E1E1E; | ||||
|     foreground: #E6E6E6; | ||||
|     background: #0A0A0F; | ||||
|     background-selected: #141419; | ||||
|     foreground: #C8DCFF; | ||||
|     accent: #591641; | ||||
|     accent-two: #97103A; | ||||
|     // border-color: #2D2057; | ||||
| @@ -18,8 +18,8 @@ | ||||
|     border: 1px; | ||||
|     border-radius: 10px; | ||||
|     padding: 0; | ||||
|     location: west; | ||||
|     anchor: west; | ||||
|     location: center; | ||||
|     anchor: center; | ||||
|     margin: 0; | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ window { | ||||
|     font-family: monospace; | ||||
|     font-size: 14pt; | ||||
|     color: #ffffff; /* text */ | ||||
|     background-color: rgba(20, 20, 20, 0.5); | ||||
|     background-color: rgba(10, 10, 15, 0.5); | ||||
| } | ||||
|  | ||||
| button { | ||||
| @@ -27,7 +27,7 @@ button:hover { | ||||
|  | ||||
| button:focus { | ||||
|     background-color: rgb(151, 16, 58); | ||||
|     color: rgb(230, 230, 230); | ||||
|     color: rgb(200, 220, 255); | ||||
| } | ||||
|  | ||||
| #lock { | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| [flavor] | ||||
| use = "vscode-dark-modern" | ||||
| use = "tokyo-night" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user