Skip to content

Commit

Permalink
Update KeeTheme.ini
Browse files Browse the repository at this point in the history
Changed
- RichTextBox border from None to FixedSingle due to [addon fix](https://github.com/xatupal/KeeTheme/releases/tag/v0.5.4)

Removed
- ListView Background due to [addon fix](xatupal/KeeTheme#7)
-
  • Loading branch information
BradyThe authored Jul 7, 2019
1 parent b2347a7 commit 9882879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KeeTheme.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;
; KeeTheme "DarkenKP" v0.1.1
; KeeTheme "DarkenKP" v0.1.2
;

[KeeTheme]
Expand Down Expand Up @@ -45,7 +45,7 @@ BorderStyle = FixedSingle
;- (Example: Information box about Entries)
BackColor = BackgroundColourDarkest
ForeColor = TextColour
BorderStyle = None
BorderStyle = FixedSingle
SelectionColor = TextColour

[LinkLabel]
Expand All @@ -67,7 +67,7 @@ HeaderBackColor = BackgroundColourDarkest
HeaderForeColor = TextColour
HeaderColumnBorderColor = BackgroundColourDark
;BackgroundImageAlignment =
BackgroundImage = DarkenKP\bg.png
;BackgroundImage =

[SecureTextBox]
BackColor = BackgroundColourDarkest
Expand Down Expand Up @@ -144,4 +144,4 @@ ToolStripGradientEnd = BackgroundColourDarker
;---- ToolBar "End" (leaves BorderRight fragment)
OverflowButtonGradientBegin = BackgroundColourDarker
OverflowButtonGradientMiddle = BackgroundColourDarker
OverflowButtonGradientEnd = BackgroundColourDarker
OverflowButtonGradientEnd = BackgroundColourDarker

0 comments on commit 9882879

Please sign in to comment.