Skip to content

Commit

Permalink
Merge pull request #551 from RxLaboratory/Darktheme-fixes
Browse files Browse the repository at this point in the history
Invert commit list text and bright text colors
  • Loading branch information
Murmele authored May 16, 2023
2 parents c69c832 + ef20f67 commit 8a0dd90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/themes/Dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ theme['button'] = {
-- commit list colors
-- { default, active, inactive, disabled }
theme['commits'] = {
text = '#E1E5F2',
bright_text = '#AAB2BE',
text = '#AAB2BE',
bright_text = '#E1E5F2',
background = '#2D2E34',
alternate = '#2D2E34', -- an alternate background color for list rows
highlight = { active = '#2A82DA', inactive = '#1B5B9B' },
highlighted_text = { active = '#E1E5F2', inactive = '#E1E5F2' },
highlighted_bright_text = { active = '#A6CBF0', inactive = '#9090A5' }
highlighted_text = { active = '#A6CBF0', inactive = '#E1E5F2' },
highlighted_bright_text = { active = '#E1E5F2', inactive = '#9090A5' }
}

-- status badge colors
Expand Down

0 comments on commit 8a0dd90

Please sign in to comment.