Skip to content

Commit

Permalink
s/Test/Text/
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jul 11, 2021
1 parent 9810baf commit 1843260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ExampleTheme.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Colors]
Background=
Text=
Sidebar=
Footer=
2 changes: 1 addition & 1 deletion includes/_Theming.au3
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Func _SetTheme()
;;;
Case FileExists(@ScriptDir & "\theme.def")
$aColors[0] = IniRead(@ScriptDir & "\theme.def", "Colors", "Background", $aColors[0])
$aColors[1] = IniRead(@ScriptDir & "\theme.def", "Colors", "Test", $aColors[1])
$aColors[1] = IniRead(@ScriptDir & "\theme.def", "Colors", "Text", $aColors[1])
$aColors[2] = IniRead(@ScriptDir & "\theme.def", "Colors", "Sidebar", $aColors[2])
$aColors[3] = IniRead(@ScriptDir & "\theme.def", "Colors", "Footer", $aColors[3])
Case Else
Expand Down

0 comments on commit 1843260

Please sign in to comment.