Skip to content

Commit

Permalink
Fix for recent merge (#233)
Browse files Browse the repository at this point in the history
* Update configloader.nim

* Update config.default.toml

updated default config for color tag and indicator modifications
  • Loading branch information
DrunkenAlcoholic authored Jul 8, 2024
1 parent 1903d00 commit 6928df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config.default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ exec = [
barForegroundColor = "#f8f8f2"
barSelectionColor = "#50fa7b"
barUrgentColor = "#ff5555"
barHasWindowsColor = "#f5eodc"
barShowIndicator = false
barTransparency = 255 # 0 to 255
barFonts = [
"monospace:size=10:antialias=true",
Expand Down
2 changes: 1 addition & 1 deletion src/nimdowpkg/config/configloader.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type
fonts*: seq[string]
showIndicator*: bool
# Hex values
fgColor*, bgColor*, selectionColor*, urgentColor*, hasWindowsColor: int
fgColor*, bgColor*, selectionColor*, urgentColor*, hasWindowsColor*: int
transparency*: uint8
ScratchpadSettings* = object
width*: int
Expand Down

0 comments on commit 6928df5

Please sign in to comment.