Skip to content

Commit

Permalink
Merge pull request #11 from knezi/master
Browse files Browse the repository at this point in the history
Fix option colors.contextmenu.disabled.{fg,bg}
  • Loading branch information
theova authored Jul 17, 2020
2 parents 4db3486 + 5770943 commit 32e9ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/default.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ c.colors.completion.item.selected.match.fg = base08
c.colors.completion.match.fg = base0B

# Background color of disabled items in the context menu.
colors.contextmenu.disabled.bg = base01
c.colors.contextmenu.disabled.bg = base01

# Foreground color of disabled items in the context menu.
colors.contextmenu.disabled.fg = base04
c.colors.contextmenu.disabled.fg = base04

# Color of the scrollbar handle in the completion view.
c.colors.completion.scrollbar.fg = base05
Expand Down
4 changes: 2 additions & 2 deletions templates/minimal.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ c.colors.completion.scrollbar.fg = base05
c.colors.completion.scrollbar.bg = base00

# Background color of disabled items in the context menu.
colors.contextmenu.disabled.bg = base01
c.colors.contextmenu.disabled.bg = base01

# Foreground color of disabled items in the context menu.
colors.contextmenu.disabled.fg = base04
c.colors.contextmenu.disabled.fg = base04

# Background color of the context menu. If set to null, the Qt default is used.
c.colors.contextmenu.menu.bg = base00
Expand Down

0 comments on commit 32e9ab9

Please sign in to comment.