mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-24 01:40:24 +00:00
Merge pull request #1085 from jtolds/themes
darcula: fix highlighted line and color column
This commit is contained in:
commit
f0e2f3cc96
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ color-link line-number "#666666,#242424"
|
|||
color-link current-line-number "#666666,#242424"
|
||||
color-link gutter-error "#CB4B16,#242424"
|
||||
color-link gutter-warning "#E6DB74,#242424"
|
||||
color-link cursor-line "#2C2C2C"
|
||||
color-link color-column "#2C2C2C"
|
||||
color-link cursor-line "default,#2C2C2C"
|
||||
color-link color-column "default,#2C2C2C"
|
||||
#No extended types; Plain brackets.
|
||||
color-link type.extended "default"
|
||||
#color-link symbol.brackets "default"
|
||||
|
|
|
|||
Loading…
Reference in a new issue