Fix whitespace symbol colors in the editor, use zed1 one

co-authored-by: Marshall Bowers <marshall@zed.dev>
This commit is contained in:
Kirill Bulatov 2024-01-11 17:43:49 +02:00
parent b342c92495
commit ba83623c84
11 changed files with 40 additions and 42 deletions

View File

@ -7677,7 +7677,6 @@ impl Editor {
scrollbar_width: cx.editor_style.scrollbar_width,
syntax: cx.editor_style.syntax.clone(),
status: cx.editor_style.status.clone(),
// todo!("what about the rest of the highlight style parts for inlays and suggestions?")
inlays_style: HighlightStyle {
color: Some(cx.theme().status().hint),
font_weight: Some(FontWeight::BOLD),
@ -9350,7 +9349,6 @@ impl Render for Editor {
scrollbar_width: px(12.),
syntax: cx.theme().syntax().clone(),
status: cx.theme().status().clone(),
// todo!("what about the rest of the highlight style parts?")
inlays_style: HighlightStyle {
color: Some(cx.theme().status().hint),
font_weight: Some(FontWeight::BOLD),

View File

@ -69,7 +69,7 @@ pub fn andromeda() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x21242bff).into()),
editor_line_number: Some(rgba(0xf7f7f859).into()),
editor_active_line_number: Some(rgba(0xf7f7f8ff).into()),
editor_invisible: Some(rgba(0xaca8aeff).into()),
editor_invisible: Some(rgba(0x64646dff).into()),
editor_wrap_guide: Some(rgba(0xf7f7f80d).into()),
editor_active_wrap_guide: Some(rgba(0xf7f7f81a).into()),
editor_document_highlight_read_background: Some(rgba(0x11a7931a).into()),

View File

@ -70,7 +70,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x221f26ff).into()),
editor_line_number: Some(rgba(0xefecf459).into()),
editor_active_line_number: Some(rgba(0xefecf4ff).into()),
editor_invisible: Some(rgba(0x898591ff).into()),
editor_invisible: Some(rgba(0x726c7aff).into()),
editor_wrap_guide: Some(rgba(0xefecf40d).into()),
editor_active_wrap_guide: Some(rgba(0xefecf41a).into()),
editor_document_highlight_read_background: Some(rgba(0x576dda1a).into()),
@ -535,7 +535,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xe6e3ebff).into()),
editor_line_number: Some(rgba(0x19171c59).into()),
editor_active_line_number: Some(rgba(0x19171cff).into()),
editor_invisible: Some(rgba(0x5a5462ff).into()),
editor_invisible: Some(rgba(0x726c7aff).into()),
editor_wrap_guide: Some(rgba(0x19171c0d).into()),
editor_active_wrap_guide: Some(rgba(0x19171c1a).into()),
editor_document_highlight_read_background: Some(rgba(0x586dda1a).into()),
@ -1000,7 +1000,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x262622ff).into()),
editor_line_number: Some(rgba(0xfefbec59).into()),
editor_active_line_number: Some(rgba(0xfefbecff).into()),
editor_invisible: Some(rgba(0xa4a08bff).into()),
editor_invisible: Some(rgba(0x8b8874ff).into()),
editor_wrap_guide: Some(rgba(0xfefbec0d).into()),
editor_active_wrap_guide: Some(rgba(0xfefbec1a).into()),
editor_document_highlight_read_background: Some(rgba(0x6684e01a).into()),
@ -1465,7 +1465,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xeeebd7ff).into()),
editor_line_number: Some(rgba(0x20201d59).into()),
editor_active_line_number: Some(rgba(0x20201dff).into()),
editor_invisible: Some(rgba(0x706d5fff).into()),
editor_invisible: Some(rgba(0x8b8874ff).into()),
editor_wrap_guide: Some(rgba(0x20201d0d).into()),
editor_active_wrap_guide: Some(rgba(0x20201d1a).into()),
editor_document_highlight_read_background: Some(rgba(0x6784e01a).into()),
@ -1930,7 +1930,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x2c2b23ff).into()),
editor_line_number: Some(rgba(0xf4f3ec59).into()),
editor_active_line_number: Some(rgba(0xf4f3ecff).into()),
editor_invisible: Some(rgba(0x91907fff).into()),
editor_invisible: Some(rgba(0x7a7867ff).into()),
editor_wrap_guide: Some(rgba(0xf4f3ec0d).into()),
editor_active_wrap_guide: Some(rgba(0xf4f3ec1a).into()),
editor_document_highlight_read_background: Some(rgba(0x37a1661a).into()),
@ -2395,7 +2395,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xebeae3ff).into()),
editor_line_number: Some(rgba(0x22221b59).into()),
editor_active_line_number: Some(rgba(0x22221bff).into()),
editor_invisible: Some(rgba(0x61604fff).into()),
editor_invisible: Some(rgba(0x7a7867ff).into()),
editor_wrap_guide: Some(rgba(0x22221b0d).into()),
editor_active_wrap_guide: Some(rgba(0x22221b1a).into()),
editor_document_highlight_read_background: Some(rgba(0x38a1661a).into()),
@ -2860,7 +2860,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x27211eff).into()),
editor_line_number: Some(rgba(0xf1efee59).into()),
editor_active_line_number: Some(rgba(0xf1efeeff).into()),
editor_invisible: Some(rgba(0xa79f9dff).into()),
editor_invisible: Some(rgba(0x89817eff).into()),
editor_wrap_guide: Some(rgba(0xf1efee0d).into()),
editor_active_wrap_guide: Some(rgba(0xf1efee1a).into()),
editor_document_highlight_read_background: Some(rgba(0x417ee61a).into()),
@ -3325,7 +3325,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xe9e6e4ff).into()),
editor_line_number: Some(rgba(0x1b191859).into()),
editor_active_line_number: Some(rgba(0x1b1918ff).into()),
editor_invisible: Some(rgba(0x6a6360ff).into()),
editor_invisible: Some(rgba(0x89817eff).into()),
editor_wrap_guide: Some(rgba(0x1b19180d).into()),
editor_active_wrap_guide: Some(rgba(0x1b19181a).into()),
editor_document_highlight_read_background: Some(rgba(0x417ee61a).into()),
@ -3790,7 +3790,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x252025ff).into()),
editor_line_number: Some(rgba(0xf7f3f759).into()),
editor_active_line_number: Some(rgba(0xf7f3f7ff).into()),
editor_invisible: Some(rgba(0xa99aa9ff).into()),
editor_invisible: Some(rgba(0x8b7c8bff).into()),
editor_wrap_guide: Some(rgba(0xf7f3f70d).into()),
editor_active_wrap_guide: Some(rgba(0xf7f3f71a).into()),
editor_document_highlight_read_background: Some(rgba(0x526aeb1a).into()),
@ -4255,7 +4255,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xe1d6e1ff).into()),
editor_line_number: Some(rgba(0x1b181b59).into()),
editor_active_line_number: Some(rgba(0x1b181bff).into()),
editor_invisible: Some(rgba(0x6b5e6bff).into()),
editor_invisible: Some(rgba(0x8b7c8bff).into()),
editor_wrap_guide: Some(rgba(0x1b181b0d).into()),
editor_active_wrap_guide: Some(rgba(0x1b181b1a).into()),
editor_document_highlight_read_background: Some(rgba(0x526aeb1a).into()),
@ -4720,7 +4720,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x1c2529ff).into()),
editor_line_number: Some(rgba(0xebf8ff59).into()),
editor_active_line_number: Some(rgba(0xebf8ffff).into()),
editor_invisible: Some(rgba(0x7ca0b3ff).into()),
editor_invisible: Some(rgba(0x66889aff).into()),
editor_wrap_guide: Some(rgba(0xebf8ff0d).into()),
editor_active_wrap_guide: Some(rgba(0xebf8ff1a).into()),
editor_document_highlight_read_background: Some(rgba(0x277fad1a).into()),
@ -5185,7 +5185,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xcdeaf9ff).into()),
editor_line_number: Some(rgba(0x161b1d59).into()),
editor_active_line_number: Some(rgba(0x161b1dff).into()),
editor_invisible: Some(rgba(0x526f7dff).into()),
editor_invisible: Some(rgba(0x66889aff).into()),
editor_wrap_guide: Some(rgba(0x161b1d0d).into()),
editor_active_wrap_guide: Some(rgba(0x161b1d1a).into()),
editor_document_highlight_read_background: Some(rgba(0x277fad1a).into()),
@ -5650,7 +5650,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x252020ff).into()),
editor_line_number: Some(rgba(0xf4ecec59).into()),
editor_active_line_number: Some(rgba(0xf4ececff).into()),
editor_invisible: Some(rgba(0x898383ff).into()),
editor_invisible: Some(rgba(0x726a6aff).into()),
editor_wrap_guide: Some(rgba(0xf4ecec0d).into()),
editor_active_wrap_guide: Some(rgba(0xf4ecec1a).into()),
editor_document_highlight_read_background: Some(rgba(0x7272ca1a).into()),
@ -6115,7 +6115,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xebe3e3ff).into()),
editor_line_number: Some(rgba(0x1b181859).into()),
editor_active_line_number: Some(rgba(0x1b1818ff).into()),
editor_invisible: Some(rgba(0x5a5252ff).into()),
editor_invisible: Some(rgba(0x726a6aff).into()),
editor_wrap_guide: Some(rgba(0x1b18180d).into()),
editor_active_wrap_guide: Some(rgba(0x1b18181a).into()),
editor_document_highlight_read_background: Some(rgba(0x7372ca1a).into()),
@ -6580,7 +6580,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x1f2621ff).into()),
editor_line_number: Some(rgba(0xecf4ee59).into()),
editor_active_line_number: Some(rgba(0xecf4eeff).into()),
editor_invisible: Some(rgba(0x859188ff).into()),
editor_invisible: Some(rgba(0x6c7a71ff).into()),
editor_wrap_guide: Some(rgba(0xecf4ee0d).into()),
editor_active_wrap_guide: Some(rgba(0xecf4ee1a).into()),
editor_document_highlight_read_background: Some(rgba(0x478c901a).into()),
@ -7045,7 +7045,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xe3ebe6ff).into()),
editor_line_number: Some(rgba(0x171c1959).into()),
editor_active_line_number: Some(rgba(0x171c19ff).into()),
editor_invisible: Some(rgba(0x546259ff).into()),
editor_invisible: Some(rgba(0x6c7a71ff).into()),
editor_wrap_guide: Some(rgba(0x171c190d).into()),
editor_active_wrap_guide: Some(rgba(0x171c191a).into()),
editor_document_highlight_read_background: Some(rgba(0x488c901a).into()),
@ -7510,7 +7510,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x1f231fff).into()),
editor_line_number: Some(rgba(0xf4fbf459).into()),
editor_active_line_number: Some(rgba(0xf4fbf4ff).into()),
editor_invisible: Some(rgba(0x8ba48bff).into()),
editor_invisible: Some(rgba(0x748b74ff).into()),
editor_wrap_guide: Some(rgba(0xf4fbf40d).into()),
editor_active_wrap_guide: Some(rgba(0xf4fbf41a).into()),
editor_document_highlight_read_background: Some(rgba(0x3e62f41a).into()),
@ -7975,7 +7975,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xdaeedaff).into()),
editor_line_number: Some(rgba(0x13151359).into()),
editor_active_line_number: Some(rgba(0x131513ff).into()),
editor_invisible: Some(rgba(0x5f705fff).into()),
editor_invisible: Some(rgba(0x748b74ff).into()),
editor_wrap_guide: Some(rgba(0x1315130d).into()),
editor_active_wrap_guide: Some(rgba(0x1315131a).into()),
editor_document_highlight_read_background: Some(rgba(0x3f62f41a).into()),
@ -8440,7 +8440,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x262f51ff).into()),
editor_line_number: Some(rgba(0xf5f7ff59).into()),
editor_active_line_number: Some(rgba(0xf5f7ffff).into()),
editor_invisible: Some(rgba(0x959bb2ff).into()),
editor_invisible: Some(rgba(0x7a819cff).into()),
editor_wrap_guide: Some(rgba(0xf5f7ff0d).into()),
editor_active_wrap_guide: Some(rgba(0xf5f7ff1a).into()),
editor_document_highlight_read_background: Some(rgba(0x3e8fd01a).into()),
@ -8905,7 +8905,7 @@ pub fn atelier() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xe5e8f5ff).into()),
editor_line_number: Some(rgba(0x20274659).into()),
editor_active_line_number: Some(rgba(0x202746ff).into()),
editor_invisible: Some(rgba(0x606889ff).into()),
editor_invisible: Some(rgba(0x7a819cff).into()),
editor_wrap_guide: Some(rgba(0x2027460d).into()),
editor_active_wrap_guide: Some(rgba(0x2027461a).into()),
editor_document_highlight_read_background: Some(rgba(0x3f8fd01a).into()),

View File

@ -70,7 +70,7 @@ pub fn ayu() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x1f2127ff).into()),
editor_line_number: Some(rgba(0xbfbdb659).into()),
editor_active_line_number: Some(rgba(0xbfbdb6ff).into()),
editor_invisible: Some(rgba(0x8a8986ff).into()),
editor_invisible: Some(rgba(0x666767ff).into()),
editor_wrap_guide: Some(rgba(0xbfbdb60d).into()),
editor_active_wrap_guide: Some(rgba(0xbfbdb61a).into()),
editor_document_highlight_read_background: Some(rgba(0x5ac2fe1a).into()),
@ -514,7 +514,7 @@ pub fn ayu() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xececedff).into()),
editor_line_number: Some(rgba(0x5c616659).into()),
editor_active_line_number: Some(rgba(0x5c6166ff).into()),
editor_invisible: Some(rgba(0x8c8f93ff).into()),
editor_invisible: Some(rgba(0xacafb1ff).into()),
editor_wrap_guide: Some(rgba(0x5c61660d).into()),
editor_active_wrap_guide: Some(rgba(0x5c61661a).into()),
editor_document_highlight_read_background: Some(rgba(0x3b9ee51a).into()),
@ -958,7 +958,7 @@ pub fn ayu() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x353944ff).into()),
editor_line_number: Some(rgba(0xcccac259).into()),
editor_active_line_number: Some(rgba(0xcccac2ff).into()),
editor_invisible: Some(rgba(0x9a9a98ff).into()),
editor_invisible: Some(rgba(0x787a7cff).into()),
editor_wrap_guide: Some(rgba(0xcccac20d).into()),
editor_active_wrap_guide: Some(rgba(0xcccac21a).into()),
editor_document_highlight_read_background: Some(rgba(0x73cffe1a).into()),

View File

@ -70,7 +70,7 @@ pub fn gruvbox() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x3a3735ff).into()),
editor_line_number: Some(rgba(0xfbf1c759).into()),
editor_active_line_number: Some(rgba(0xfbf1c7ff).into()),
editor_invisible: Some(rgba(0xc5b597ff).into()),
editor_invisible: Some(rgba(0x928474ff).into()),
editor_wrap_guide: Some(rgba(0xfbf1c70d).into()),
editor_active_wrap_guide: Some(rgba(0xfbf1c71a).into()),
editor_document_highlight_read_background: Some(rgba(0x83a5981a).into()),
@ -521,7 +521,7 @@ pub fn gruvbox() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x393634ff).into()),
editor_line_number: Some(rgba(0xfbf1c759).into()),
editor_active_line_number: Some(rgba(0xfbf1c7ff).into()),
editor_invisible: Some(rgba(0xc5b597ff).into()),
editor_invisible: Some(rgba(0x928474ff).into()),
editor_wrap_guide: Some(rgba(0xfbf1c70d).into()),
editor_active_wrap_guide: Some(rgba(0xfbf1c71a).into()),
editor_document_highlight_read_background: Some(rgba(0x83a5981a).into()),
@ -972,7 +972,7 @@ pub fn gruvbox() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x3b3735ff).into()),
editor_line_number: Some(rgba(0xfbf1c759).into()),
editor_active_line_number: Some(rgba(0xfbf1c7ff).into()),
editor_invisible: Some(rgba(0xc5b597ff).into()),
editor_invisible: Some(rgba(0x928474ff).into()),
editor_wrap_guide: Some(rgba(0xfbf1c70d).into()),
editor_active_wrap_guide: Some(rgba(0xfbf1c71a).into()),
editor_document_highlight_read_background: Some(rgba(0x83a5981a).into()),
@ -1423,7 +1423,7 @@ pub fn gruvbox() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xecddb4ff).into()),
editor_line_number: Some(rgba(0x28282859).into()),
editor_active_line_number: Some(rgba(0x282828ff).into()),
editor_invisible: Some(rgba(0x5f5650ff).into()),
editor_invisible: Some(rgba(0x928474ff).into()),
editor_wrap_guide: Some(rgba(0x2828280d).into()),
editor_active_wrap_guide: Some(rgba(0x2828281a).into()),
editor_document_highlight_read_background: Some(rgba(0x0b66781a).into()),
@ -1874,7 +1874,7 @@ pub fn gruvbox() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xecddb5ff).into()),
editor_line_number: Some(rgba(0x28282859).into()),
editor_active_line_number: Some(rgba(0x282828ff).into()),
editor_invisible: Some(rgba(0x5f5650ff).into()),
editor_invisible: Some(rgba(0x928474ff).into()),
editor_wrap_guide: Some(rgba(0x2828280d).into()),
editor_active_wrap_guide: Some(rgba(0x2828281a).into()),
editor_document_highlight_read_background: Some(rgba(0x0b66781a).into()),
@ -2325,7 +2325,7 @@ pub fn gruvbox() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xecdcb3ff).into()),
editor_line_number: Some(rgba(0x28282859).into()),
editor_active_line_number: Some(rgba(0x282828ff).into()),
editor_invisible: Some(rgba(0x5f5650ff).into()),
editor_invisible: Some(rgba(0x928474ff).into()),
editor_wrap_guide: Some(rgba(0x2828280d).into()),
editor_active_wrap_guide: Some(rgba(0x2828281a).into()),
editor_document_highlight_read_background: Some(rgba(0x0b66781a).into()),

View File

@ -70,7 +70,7 @@ pub fn one() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x2f343eff).into()),
editor_line_number: Some(rgba(0xc8ccd459).into()),
editor_active_line_number: Some(rgba(0xc8ccd4ff).into()),
editor_invisible: Some(rgba(0x838994ff).into()),
editor_invisible: Some(rgba(0x555a63ff).into()),
editor_wrap_guide: Some(rgba(0xc8ccd40d).into()),
editor_active_wrap_guide: Some(rgba(0xc8ccd41a).into()),
editor_document_highlight_read_background: Some(rgba(0x74ade81a).into()),
@ -521,7 +521,7 @@ pub fn one() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xebebecff).into()),
editor_line_number: Some(rgba(0x383a4159).into()),
editor_active_line_number: Some(rgba(0x383a41ff).into()),
editor_invisible: Some(rgba(0x7f8188ff).into()),
editor_invisible: Some(rgba(0xa3a3a4ff).into()),
editor_wrap_guide: Some(rgba(0x383a410d).into()),
editor_active_wrap_guide: Some(rgba(0x383a411a).into()),
editor_document_highlight_read_background: Some(rgba(0x5c79e21a).into()),

View File

@ -70,7 +70,7 @@ pub fn rose_pine() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x1d1b2aff).into()),
editor_line_number: Some(rgba(0xe0def459).into()),
editor_active_line_number: Some(rgba(0xe0def4ff).into()),
editor_invisible: Some(rgba(0x75718eff).into()),
editor_invisible: Some(rgba(0x28253cff).into()),
editor_wrap_guide: Some(rgba(0xe0def40d).into()),
editor_active_wrap_guide: Some(rgba(0xe0def41a).into()),
editor_document_highlight_read_background: Some(rgba(0x9cced71a).into()),
@ -528,7 +528,7 @@ pub fn rose_pine() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xfef9f2ff).into()),
editor_line_number: Some(rgba(0x57527959).into()),
editor_active_line_number: Some(rgba(0x575279ff).into()),
editor_invisible: Some(rgba(0x706c8cff).into()),
editor_invisible: Some(rgba(0x9691a4ff).into()),
editor_wrap_guide: Some(rgba(0x5752790d).into()),
editor_active_wrap_guide: Some(rgba(0x5752791a).into()),
editor_document_highlight_read_background: Some(rgba(0x57949f1a).into()),
@ -986,7 +986,7 @@ pub fn rose_pine() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x28253cff).into()),
editor_line_number: Some(rgba(0xe0def459).into()),
editor_active_line_number: Some(rgba(0xe0def4ff).into()),
editor_invisible: Some(rgba(0x85819eff).into()),
editor_invisible: Some(rgba(0x595571ff).into()),
editor_wrap_guide: Some(rgba(0xe0def40d).into()),
editor_active_wrap_guide: Some(rgba(0xe0def41a).into()),
editor_document_highlight_read_background: Some(rgba(0x9cced71a).into()),

View File

@ -69,7 +69,7 @@ pub fn sandcastle() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x2b3039ff).into()),
editor_line_number: Some(rgba(0xfdf4c159).into()),
editor_active_line_number: Some(rgba(0xfdf4c1ff).into()),
editor_invisible: Some(rgba(0xa69782ff).into()),
editor_invisible: Some(rgba(0x7c6f64ff).into()),
editor_wrap_guide: Some(rgba(0xfdf4c10d).into()),
editor_active_wrap_guide: Some(rgba(0xfdf4c11a).into()),
editor_document_highlight_read_background: Some(rgba(0x528b8b1a).into()),

View File

@ -70,7 +70,7 @@ pub fn solarized() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x04313cff).into()),
editor_line_number: Some(rgba(0xfdf6e359).into()),
editor_active_line_number: Some(rgba(0xfdf6e3ff).into()),
editor_invisible: Some(rgba(0x93a1a1ff).into()),
editor_invisible: Some(rgba(0x6d8288ff).into()),
editor_wrap_guide: Some(rgba(0xfdf6e30d).into()),
editor_active_wrap_guide: Some(rgba(0xfdf6e31a).into()),
editor_document_highlight_read_background: Some(rgba(0x288bd11a).into()),
@ -514,7 +514,7 @@ pub fn solarized() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0xf3eddaff).into()),
editor_line_number: Some(rgba(0x002b3659).into()),
editor_active_line_number: Some(rgba(0x002b36ff).into()),
editor_invisible: Some(rgba(0x34555eff).into()),
editor_invisible: Some(rgba(0x6d8288ff).into()),
editor_wrap_guide: Some(rgba(0x002b360d).into()),
editor_active_wrap_guide: Some(rgba(0x002b361a).into()),
editor_document_highlight_read_background: Some(rgba(0x298bd11a).into()),

View File

@ -69,7 +69,7 @@ pub fn summercamp() -> UserThemeFamily {
editor_highlighted_line_background: Some(rgba(0x231f16ff).into()),
editor_line_number: Some(rgba(0xf8f5de59).into()),
editor_active_line_number: Some(rgba(0xf8f5deff).into()),
editor_invisible: Some(rgba(0x736e55ff).into()),
editor_invisible: Some(rgba(0x494433ff).into()),
editor_wrap_guide: Some(rgba(0xf8f5de0d).into()),
editor_active_wrap_guide: Some(rgba(0xf8f5de1a).into()),
editor_document_highlight_read_background: Some(rgba(0x499bef1a).into()),

View File

@ -240,7 +240,7 @@ impl Zed1ThemeConverter {
editor_highlighted_line_background: convert(editor.highlighted_line_background),
editor_line_number: convert(editor.line_number),
editor_active_line_number: convert(editor.line_number_active),
editor_invisible: convert(highest.variant.default.foreground), // TODO: Is this light enough?
editor_invisible: convert(editor.whitespace),
editor_wrap_guide: convert(editor.wrap_guide),
editor_active_wrap_guide: convert(editor.active_wrap_guide),
editor_document_highlight_read_background: convert(