Style One Dark wrap guides
This commit is contained in:
parent
11e657803e
commit
b46f5be490
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ pub(crate) fn one_dark() -> Theme {
|
|||
editor_line_number: hsla(222.0 / 360., 11.5 / 100., 34.1 / 100., 1.0),
|
||||
editor_active_line_number: hsla(216.0 / 360., 5.9 / 100., 49.6 / 100., 1.0),
|
||||
editor_invisible: hsla(222.0 / 360., 11.5 / 100., 34.1 / 100., 1.0),
|
||||
editor_wrap_guide: gpui::black(),
|
||||
editor_active_wrap_guide: gpui::red(),
|
||||
editor_wrap_guide: hsla(228. / 360., 8. / 100., 25. / 100., 1.),
|
||||
editor_active_wrap_guide: hsla(228. / 360., 8. / 100., 25. / 100., 1.),
|
||||
editor_document_highlight_read_background: hsla(
|
||||
207.8 / 360.,
|
||||
81. / 100.,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue