mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
Theme Pop-Dark: Increase Diagnostics clarity (#7702)
This commit is contained in:
parent
5a52897014
commit
dea6894f92
@ -4,10 +4,10 @@
|
|||||||
# Version: 1.0
|
# Version: 1.0
|
||||||
# This theme is based on Nathaniel Webb's VSCodePopTheme <https://github.com/ArtisanByteCrafter/VSCodePopTheme>
|
# This theme is based on Nathaniel Webb's VSCodePopTheme <https://github.com/ArtisanByteCrafter/VSCodePopTheme>
|
||||||
|
|
||||||
info = { fg = 'yellowH', bg = 'brownD' }
|
info = { fg = 'brownD' }
|
||||||
hint = { fg = 'brownD', bg = 'yellowH', modifiers = ['bold'] }
|
hint = { fg = 'yellowH', modifiers = ['bold'] }
|
||||||
warning = { fg = 'brownD', bg = 'orangeW', modifiers = ['bold'] }
|
warning = { fg = 'orangeW', modifiers = ['bold'] }
|
||||||
error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] }
|
error = { fg = 'redE', modifiers = ['bold'] }
|
||||||
'diagnostic.info'.underline = { color = 'yellowH', style = 'curl' }
|
'diagnostic.info'.underline = { color = 'yellowH', style = 'curl' }
|
||||||
'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' }
|
'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' }
|
||||||
'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' }
|
'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' }
|
||||||
|
Loading…
Reference in New Issue
Block a user