Skip to content

Commit

Permalink
[Kvantum] Fix Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh committed Jan 2, 2022
1 parent e0b43b6 commit eb2881b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
10 changes: 3 additions & 7 deletions Kvantum/Arc/Arc.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ frame.left=4
frame=true

[PanelButtonCommand]
Interior=true
text.normal.color=#5c616c
text.focus.color=#5c616c
text.press.color=#ffffff
text.toggle.color=#ffffff

[PanelButtonTool]
inherits=PanelButtonCommand
interior.element=button
frame.element=button
Expand All @@ -138,6 +131,9 @@ text.focus.color=#5c616c
text.press.color=#ffffff
text.toggle.color=#ffffff

[PanelButtonTool]
inherits=PanelButtonCommand

[DockTitle]
inherits=PanelButtonCommand
interior=false
Expand Down
11 changes: 4 additions & 7 deletions Kvantum/ArcDark/ArcDark.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ frame.left=4
frame=true

[PanelButtonCommand]
Interior=true
text.normal.color=#d3dae3
text.focus.color=#d3dae3
text.press.color=#ffffff
text.toggle.color=#ffffff

[PanelButtonTool]
inherits=PanelButtonCommand
interior.element=button
frame.element=button
Expand All @@ -136,6 +129,9 @@ text.focus.color=#d3dae3
text.press.color=#ffffff
text.toggle.color=#ffffff

[PanelButtonTool]
inherits=PanelButtonCommand

[DockTitle]
inherits=PanelButtonCommand
interior=false
Expand Down Expand Up @@ -461,6 +457,7 @@ middle_click_scroll=false
no_selection_tint=false
noninteger_translucency=false
style_vertical_toolbars=false
blur_only_active_window=false

[Window]
interior=true
Expand Down
10 changes: 3 additions & 7 deletions Kvantum/ArcDarker/ArcDarker.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ frame.left=4
frame=true

[PanelButtonCommand]
Interior=true
text.normal.color=#5c616c
text.focus.color=#5c616c
text.press.color=#ffffff
text.toggle.color=#ffffff

[PanelButtonTool]
inherits=PanelButtonCommand
interior.element=button
frame.element=button
Expand All @@ -138,6 +131,9 @@ text.focus.color=#5c616c
text.press.color=#ffffff
text.toggle.color=#ffffff

[PanelButtonTool]
inherits=PanelButtonCommand

[DockTitle]
inherits=PanelButtonCommand
interior=false
Expand Down

0 comments on commit eb2881b

Please sign in to comment.