Skip to content

Commit

Permalink
KDE: kvantum - Improve text contrast by matching Gtk text color
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed May 12, 2024
1 parent 41f5c02 commit 98ad13f
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 112 deletions.
56 changes: 28 additions & 28 deletions kde/kvantum/Dracula-Solid/Dracula-Solid.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ dark.color=#0C0E15
mid.color=#0C0E15
highlight.color=#7c60a3
inactive.highlight.color=#654ea3
text.color=#aaaaac
window.text.color=#aaaaac
button.text.color=#aaaaac
disabled.text.color=#aaaaac78
tooltip.text.color=#aaaaac
text.color=#f8f8f2
window.text.color=#f8f8f2
button.text.color=#f8f8f2
disabled.text.color=#f8f8f278
tooltip.text.color=#f8f8f2
highlight.text.color=#dadadc
link.color=#646464
link.visited.color=#7f8c8d
progress.indicator.text.color=#aaaaac
progress.indicator.text.color=#f8f8f2

[Hacks]
transparent_ktitle_label=true
Expand Down Expand Up @@ -126,10 +126,10 @@ frame.right=3
interior=true
interior.element=button
indicator.size=8
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#aaaaac
text.toggle.color=#f8f8f2
text.shadow=0
text.margin=1
text.iconspacing=4
Expand All @@ -153,13 +153,13 @@ frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#aaaaac
text.normal.color=#f8f8f2

[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.bold=false

Expand All @@ -170,20 +170,20 @@ interior=true
frame.left=1
indicator.element=spin
indicator.size=10
text.normal.color=#aaaaac
text.normal.color=#f8f8f2

[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca

[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca

[Focus]
Expand Down Expand Up @@ -224,7 +224,7 @@ indicator.size=8

[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4

Expand All @@ -241,9 +241,9 @@ frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.normal.color=#aaaaac
text.focus.color=#aaaaac
text.toggle.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#f8f8f2
text.toggle.color=#f8f8f2
frame.expansion=0

[TabFrame]
Expand All @@ -269,7 +269,7 @@ frame.bottom=1
frame.left=1
frame.right=1
text.bold=false
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#d2d2d4
Expand All @@ -286,7 +286,7 @@ text.margin=0
frame=true
interior.element=_menubar
frame.element=_menubar
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
frame.left=0
frame.right=0
Expand All @@ -313,10 +313,10 @@ inherits=PanelButtonCommand
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#aaaaac
text.toggle.color=#f8f8f2
text.bold=false
frame.expansion=8

Expand All @@ -339,7 +339,7 @@ text.margin.top=2
text.margin.bottom=2
text.margin.left=4
text.margin.right=4
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#d2d2d4
Expand Down Expand Up @@ -375,7 +375,7 @@ frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.margin.top=1
text.margin.bottom=1
Expand All @@ -394,7 +394,7 @@ frame.expansion=0
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
frame.bottom=0
frame.expansion=0

Expand All @@ -411,7 +411,7 @@ text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=0
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
frame.expansion=0

Expand All @@ -425,7 +425,7 @@ text.margin.right=2
interior.element=titlebar
indicator.size=16
indicator.element=mdi
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.bold=true
text.italic=false
Expand All @@ -446,7 +446,7 @@ frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.shadow=false
frame.expansion=0

Expand All @@ -455,7 +455,7 @@ inherits=GenericFrame
frame=false
text.shadow=0
text.margin=0
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.bold=true
frame.expansion=0
Expand Down
56 changes: 28 additions & 28 deletions kde/kvantum/Dracula-purple-solid/Dracula-purple-solid.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ dark.color=#0C0E15
mid.color=#0C0E15
highlight.color=#7c60a3
inactive.highlight.color=#654ea3
text.color=#aaaaac
window.text.color=#aaaaac
button.text.color=#aaaaac
disabled.text.color=#aaaaac78
tooltip.text.color=#aaaaac
text.color=#f8f8f2
window.text.color=#f8f8f2
button.text.color=#f8f8f2
disabled.text.color=#f8f8f278
tooltip.text.color=#f8f8f2
highlight.text.color=#dadadc
link.color=#646464
link.visited.color=#7f8c8d
progress.indicator.text.color=#aaaaac
progress.indicator.text.color=#f8f8f2

[Hacks]
transparent_ktitle_label=true
Expand Down Expand Up @@ -126,10 +126,10 @@ frame.right=3
interior=true
interior.element=button
indicator.size=8
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#aaaaac
text.toggle.color=#f8f8f2
text.shadow=0
text.margin=1
text.iconspacing=4
Expand All @@ -153,13 +153,13 @@ frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#aaaaac
text.normal.color=#f8f8f2

[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.bold=false

Expand All @@ -170,20 +170,20 @@ interior=true
frame.left=1
indicator.element=spin
indicator.size=10
text.normal.color=#aaaaac
text.normal.color=#f8f8f2

[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca

[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca

[Focus]
Expand Down Expand Up @@ -224,7 +224,7 @@ indicator.size=8

[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4

Expand All @@ -241,9 +241,9 @@ frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.normal.color=#aaaaac
text.focus.color=#aaaaac
text.toggle.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#f8f8f2
text.toggle.color=#f8f8f2
frame.expansion=0

[TabFrame]
Expand All @@ -269,7 +269,7 @@ frame.bottom=1
frame.left=1
frame.right=1
text.bold=false
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#d2d2d4
Expand All @@ -286,7 +286,7 @@ text.margin=0
frame=true
interior.element=_menubar
frame.element=_menubar
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
frame.left=0
frame.right=0
Expand All @@ -313,10 +313,10 @@ inherits=PanelButtonCommand
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#aaaaac
text.toggle.color=#f8f8f2
text.bold=false
frame.expansion=8

Expand All @@ -339,7 +339,7 @@ text.margin.top=2
text.margin.bottom=2
text.margin.left=4
text.margin.right=4
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.press.color=#d2d2d4
text.toggle.color=#d2d2d4
Expand Down Expand Up @@ -375,7 +375,7 @@ frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.margin.top=1
text.margin.bottom=1
Expand All @@ -394,7 +394,7 @@ frame.expansion=0
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
frame.bottom=0
frame.expansion=0

Expand All @@ -411,7 +411,7 @@ text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=0
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
frame.expansion=0

Expand All @@ -425,7 +425,7 @@ text.margin.right=2
interior.element=titlebar
indicator.size=16
indicator.element=mdi
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.bold=true
text.italic=false
Expand All @@ -446,7 +446,7 @@ frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.shadow=false
frame.expansion=0

Expand All @@ -455,7 +455,7 @@ inherits=GenericFrame
frame=false
text.shadow=0
text.margin=0
text.normal.color=#aaaaac
text.normal.color=#f8f8f2
text.focus.color=#c8c8ca
text.bold=true
frame.expansion=0
Expand Down
Loading

0 comments on commit 98ad13f

Please sign in to comment.