colors
This commit is contained in:
parent
f481ce7db7
commit
f1ce73ae15
2 changed files with 7 additions and 7 deletions
|
@ -44,11 +44,11 @@
|
||||||
"dotfiles": {
|
"dotfiles": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729874151,
|
"lastModified": 1729952262,
|
||||||
"narHash": "sha256-su05kUiCGCYTvpxcVkMAAOh2O3I63vbKptgLrps6E+M=",
|
"narHash": "sha256-aLC2vOQPWDRbCOM/quIon03EcfFSvu6at4yApq4N+q8=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "9d3e14744518dabb24e08e1a28f98bf29d6f5716",
|
"rev": "d41699b79ef9585cee2be486db711f82a76adfc9",
|
||||||
"revCount": 37,
|
"revCount": 49,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nomadics9/dotfiles.git"
|
"url": "https://github.com/nomadics9/dotfiles.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -251,7 +251,7 @@ in
|
||||||
color: #e5e5e5;
|
color: #e5e5e5;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
background-color: #252733;
|
background-color: #222034;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
@ -324,7 +324,7 @@ in
|
||||||
#battery,
|
#battery,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#network {
|
#network {
|
||||||
background-color: #252733;
|
background-color: #222034;
|
||||||
padding: 0em 2em;
|
padding: 0em 2em;
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -451,7 +451,7 @@ in
|
||||||
#custom-refresh-rate,
|
#custom-refresh-rate,
|
||||||
#custom-wallpaper,
|
#custom-wallpaper,
|
||||||
#idle_inhibitor {
|
#idle_inhibitor {
|
||||||
background-color: #252733;
|
background-color: #222034;
|
||||||
color: #8a909e;
|
color: #8a909e;
|
||||||
font-family: JetBrains Mono Nerd Font;
|
font-family: JetBrains Mono Nerd Font;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue