This commit is contained in:
2024-06-05 17:02:08 -05:00
parent e917ecf83a
commit e1303a7c1f
2 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
gui:
theme:
activeBorderColor:
- '#cba6f7'
- bold
inactiveBorderColor:
- '#a6adc8'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
cherryPickedCommitBgColor:
- '#45475a'
cherryPickedCommitFgColor:
- '#cba6f7'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
authorColors:
'*': '#b4befe'

View File

@@ -13,9 +13,8 @@
"format": "{title}"
},
"network": {
"format-wifi": "󰖩 {essid} ({signalStrength}%)",
"format-ethernet": "󰈁 {ifname} {bandwidthUpBits} {bandwidthDownBits}",
"format-linked": " (No IP) ",
"interface": "wlan0",
"format-wifi": "󰖩 {essid}",
"format-disconnected": "󰖪",
"interval": 1
},