diff --git a/crates/theme2/src/themes/andromeda.rs b/crates/theme2/src/themes/andromeda.rs index 32bccf172a..513b6f0212 100644 --- a/crates/theme2/src/themes/andromeda.rs +++ b/crates/theme2/src/themes/andromeda.rs @@ -52,6 +52,8 @@ pub fn andromeda() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x23262eff).into()), editor_line_number: Some(rgba(0x746f77ff).into()), editor_active_line_number: Some(rgba(0xd5ced9ff).into()), + editor_wrap_guide: Some(rgba(0x1b1d23ff).into()), + editor_active_wrap_guide: Some(rgba(0x1b1d23ff).into()), terminal_ansi_bright_red: Some(rgba(0xee5d43ff).into()), terminal_ansi_bright_green: Some(rgba(0x96e072ff).into()), terminal_ansi_bright_yellow: Some(rgba(0xffe66dff).into()), @@ -267,6 +269,8 @@ pub fn andromeda() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x262a33ff).into()), editor_line_number: Some(rgba(0x746f77ff).into()), editor_active_line_number: Some(rgba(0xd5ced9ff).into()), + editor_wrap_guide: Some(rgba(0x1b1d23ff).into()), + editor_active_wrap_guide: Some(rgba(0x1b1d23ff).into()), terminal_ansi_bright_red: Some(rgba(0xee5d43ff).into()), terminal_ansi_bright_green: Some(rgba(0x96e072ff).into()), terminal_ansi_bright_yellow: Some(rgba(0xffe66dff).into()), diff --git a/crates/theme2/src/themes/ayu.rs b/crates/theme2/src/themes/ayu.rs index 4c5d951230..79aed9e1b5 100644 --- a/crates/theme2/src/themes/ayu.rs +++ b/crates/theme2/src/themes/ayu.rs @@ -51,6 +51,8 @@ pub fn ayu() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xf8f9faff).into()), editor_line_number: Some(rgba(0x8a919966).into()), editor_active_line_number: Some(rgba(0x5c6166ff).into()), + editor_wrap_guide: Some(rgba(0x6b7d8f1f).into()), + editor_active_wrap_guide: Some(rgba(0x6b7d8f1f).into()), terminal_background: Some(rgba(0xf8f9faff).into()), terminal_ansi_bright_black: Some(rgba(0x686868ff).into()), terminal_ansi_bright_red: Some(rgba(0xf07171ff).into()), @@ -358,6 +360,8 @@ pub fn ayu() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x1f2430ff).into()), editor_line_number: Some(rgba(0x8a919966).into()), editor_active_line_number: Some(rgba(0xcccac2ff).into()), + editor_wrap_guide: Some(rgba(0x171b24ff).into()), + editor_active_wrap_guide: Some(rgba(0x171b24ff).into()), terminal_background: Some(rgba(0x1f2430ff).into()), terminal_ansi_bright_black: Some(rgba(0x686868ff).into()), terminal_ansi_bright_red: Some(rgba(0xf28779ff).into()), @@ -665,6 +669,8 @@ pub fn ayu() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x0b0e14ff).into()), editor_line_number: Some(rgba(0x6c738099).into()), editor_active_line_number: Some(rgba(0xbfbdb6ff).into()), + editor_wrap_guide: Some(rgba(0x1e232bff).into()), + editor_active_wrap_guide: Some(rgba(0x1e232bff).into()), terminal_background: Some(rgba(0x0b0e14ff).into()), terminal_ansi_bright_black: Some(rgba(0x686868ff).into()), terminal_ansi_bright_red: Some(rgba(0xf07178ff).into()), diff --git a/crates/theme2/src/themes/dracula.rs b/crates/theme2/src/themes/dracula.rs index 3fabb67ec2..9d9da27eed 100644 --- a/crates/theme2/src/themes/dracula.rs +++ b/crates/theme2/src/themes/dracula.rs @@ -48,6 +48,8 @@ pub fn dracula() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x282a36ff).into()), editor_line_number: Some(rgba(0x6272a4ff).into()), editor_active_line_number: Some(rgba(0xf8f8f2ff).into()), + editor_wrap_guide: Some(rgba(0xbd93f9ff).into()), + editor_active_wrap_guide: Some(rgba(0xbd93f9ff).into()), terminal_background: Some(rgba(0x282a36ff).into()), terminal_ansi_bright_black: Some(rgba(0x6272a4ff).into()), terminal_ansi_bright_red: Some(rgba(0xff6e6eff).into()), diff --git a/crates/theme2/src/themes/gruvbox.rs b/crates/theme2/src/themes/gruvbox.rs index 2c96665534..35f5b31aa2 100644 --- a/crates/theme2/src/themes/gruvbox.rs +++ b/crates/theme2/src/themes/gruvbox.rs @@ -51,6 +51,8 @@ pub fn gruvbox() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x1d2021ff).into()), editor_line_number: Some(rgba(0x665c54ff).into()), editor_active_line_number: Some(rgba(0xebdbb2ff).into()), + editor_wrap_guide: Some(rgba(0x3c3836ff).into()), + editor_active_wrap_guide: Some(rgba(0x3c3836ff).into()), terminal_background: Some(rgba(0x1d2021ff).into()), terminal_ansi_bright_black: Some(rgba(0x928374ff).into()), terminal_ansi_bright_red: Some(rgba(0xfb4934ff).into()), @@ -344,6 +346,8 @@ pub fn gruvbox() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x282828ff).into()), editor_line_number: Some(rgba(0x665c54ff).into()), editor_active_line_number: Some(rgba(0xebdbb2ff).into()), + editor_wrap_guide: Some(rgba(0x3c3836ff).into()), + editor_active_wrap_guide: Some(rgba(0x3c3836ff).into()), terminal_background: Some(rgba(0x282828ff).into()), terminal_ansi_bright_black: Some(rgba(0x928374ff).into()), terminal_ansi_bright_red: Some(rgba(0xfb4934ff).into()), @@ -637,6 +641,8 @@ pub fn gruvbox() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x32302fff).into()), editor_line_number: Some(rgba(0x665c54ff).into()), editor_active_line_number: Some(rgba(0xebdbb2ff).into()), + editor_wrap_guide: Some(rgba(0x3c3836ff).into()), + editor_active_wrap_guide: Some(rgba(0x3c3836ff).into()), terminal_background: Some(rgba(0x32302fff).into()), terminal_ansi_bright_black: Some(rgba(0x928374ff).into()), terminal_ansi_bright_red: Some(rgba(0xfb4934ff).into()), @@ -930,6 +936,8 @@ pub fn gruvbox() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xf9f5d7ff).into()), editor_line_number: Some(rgba(0xbdae93ff).into()), editor_active_line_number: Some(rgba(0x3c3836ff).into()), + editor_wrap_guide: Some(rgba(0xebdbb2ff).into()), + editor_active_wrap_guide: Some(rgba(0xebdbb2ff).into()), terminal_background: Some(rgba(0xf9f5d7ff).into()), terminal_ansi_bright_black: Some(rgba(0x928374ff).into()), terminal_ansi_bright_red: Some(rgba(0x9d0006ff).into()), @@ -1223,6 +1231,8 @@ pub fn gruvbox() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xfbf1c7ff).into()), editor_line_number: Some(rgba(0xbdae93ff).into()), editor_active_line_number: Some(rgba(0x3c3836ff).into()), + editor_wrap_guide: Some(rgba(0xebdbb2ff).into()), + editor_active_wrap_guide: Some(rgba(0xebdbb2ff).into()), terminal_background: Some(rgba(0xfbf1c7ff).into()), terminal_ansi_bright_black: Some(rgba(0x928374ff).into()), terminal_ansi_bright_red: Some(rgba(0x9d0006ff).into()), @@ -1516,6 +1526,8 @@ pub fn gruvbox() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xf2e5bcff).into()), editor_line_number: Some(rgba(0xbdae93ff).into()), editor_active_line_number: Some(rgba(0x3c3836ff).into()), + editor_wrap_guide: Some(rgba(0xebdbb2ff).into()), + editor_active_wrap_guide: Some(rgba(0xebdbb2ff).into()), terminal_background: Some(rgba(0xf2e5bcff).into()), terminal_ansi_bright_black: Some(rgba(0x928374ff).into()), terminal_ansi_bright_red: Some(rgba(0x9d0006ff).into()), diff --git a/crates/theme2/src/themes/night_owl.rs b/crates/theme2/src/themes/night_owl.rs index 778dfabeb8..437f79d4c7 100644 --- a/crates/theme2/src/themes/night_owl.rs +++ b/crates/theme2/src/themes/night_owl.rs @@ -51,6 +51,8 @@ pub fn night_owl() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x011627ff).into()), editor_line_number: Some(rgba(0x4b6479ff).into()), editor_active_line_number: Some(rgba(0xd6deebff).into()), + editor_wrap_guide: Some(rgba(0x5f7e97ff).into()), + editor_active_wrap_guide: Some(rgba(0x5f7e97ff).into()), terminal_ansi_bright_black: Some(rgba(0x575656ff).into()), terminal_ansi_bright_red: Some(rgba(0xef5350ff).into()), terminal_ansi_bright_green: Some(rgba(0x22da6eff).into()), @@ -311,6 +313,8 @@ pub fn night_owl() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xfbfbfbff).into()), editor_line_number: Some(rgba(0x90a7b2ff).into()), editor_active_line_number: Some(rgba(0x403f53ff).into()), + editor_wrap_guide: Some(rgba(0xd9d9d9ff).into()), + editor_active_wrap_guide: Some(rgba(0xd9d9d9ff).into()), terminal_background: Some(rgba(0xf6f6f6ff).into()), terminal_ansi_bright_black: Some(rgba(0x403f53ff).into()), terminal_ansi_bright_red: Some(rgba(0xde3d3bff).into()), diff --git a/crates/theme2/src/themes/noctis.rs b/crates/theme2/src/themes/noctis.rs index 614553593d..273b52a34a 100644 --- a/crates/theme2/src/themes/noctis.rs +++ b/crates/theme2/src/themes/noctis.rs @@ -52,6 +52,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x07273bff).into()), editor_line_number: Some(rgba(0x4d6c80ff).into()), editor_active_line_number: Some(rgba(0xbecfdaff).into()), + editor_wrap_guide: Some(rgba(0x1679b6ff).into()), + editor_active_wrap_guide: Some(rgba(0x1679b6ff).into()), terminal_background: Some(rgba(0x051b29ff).into()), terminal_ansi_bright_black: Some(rgba(0x475e6cff).into()), terminal_ansi_bright_red: Some(rgba(0xe97749ff).into()), @@ -330,6 +332,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x322a2dff).into()), editor_line_number: Some(rgba(0x715b63ff).into()), editor_active_line_number: Some(rgba(0xcbbec2ff).into()), + editor_wrap_guide: Some(rgba(0x997582ff).into()), + editor_active_wrap_guide: Some(rgba(0x997582ff).into()), terminal_background: Some(rgba(0x272022ff).into()), terminal_ansi_bright_black: Some(rgba(0x69545bff).into()), terminal_ansi_bright_red: Some(rgba(0xe97749ff).into()), @@ -608,6 +612,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xf4f6f6ff).into()), editor_line_number: Some(rgba(0xa0abacff).into()), editor_active_line_number: Some(rgba(0x005661ff).into()), + editor_wrap_guide: Some(rgba(0x00c6e0ff).into()), + editor_active_wrap_guide: Some(rgba(0x00c6e0ff).into()), terminal_background: Some(rgba(0xe1eeefff).into()), terminal_ansi_bright_black: Some(rgba(0x004d57ff).into()), terminal_ansi_bright_red: Some(rgba(0xff4000ff).into()), @@ -886,6 +892,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xf2f1f8ff).into()), editor_line_number: Some(rgba(0x9d9ab1ff).into()), editor_active_line_number: Some(rgba(0x0c006bff).into()), + editor_wrap_guide: Some(rgba(0xaea4f4ff).into()), + editor_active_wrap_guide: Some(rgba(0xaea4f4ff).into()), terminal_background: Some(rgba(0xe9e7f3ff).into()), terminal_ansi_bright_black: Some(rgba(0x0f0080ff).into()), terminal_ansi_bright_red: Some(rgba(0xff4000ff).into()), @@ -1164,6 +1172,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xfef8ecff).into()), editor_line_number: Some(rgba(0xa0abacff).into()), editor_active_line_number: Some(rgba(0x005661ff).into()), + editor_wrap_guide: Some(rgba(0x00c6e0ff).into()), + editor_active_wrap_guide: Some(rgba(0x00c6e0ff).into()), terminal_background: Some(rgba(0xf6eddaff).into()), terminal_ansi_bright_black: Some(rgba(0x004d57ff).into()), terminal_ansi_bright_red: Some(rgba(0xff4000ff).into()), @@ -1442,6 +1452,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x1b2932ff).into()), editor_line_number: Some(rgba(0x5d6e79ff).into()), editor_active_line_number: Some(rgba(0xc5cdd3ff).into()), + editor_wrap_guide: Some(rgba(0x496d83ff).into()), + editor_active_wrap_guide: Some(rgba(0x496d83ff).into()), terminal_background: Some(rgba(0x0e1920ff).into()), terminal_ansi_bright_black: Some(rgba(0x425866ff).into()), terminal_ansi_bright_red: Some(rgba(0xca8468ff).into()), @@ -1720,6 +1732,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x052529ff).into()), editor_line_number: Some(rgba(0x4e6b6eff).into()), editor_active_line_number: Some(rgba(0xb2cacdff).into()), + editor_wrap_guide: Some(rgba(0x0e6671ff).into()), + editor_active_wrap_guide: Some(rgba(0x0e6671ff).into()), terminal_background: Some(rgba(0x03191bff).into()), terminal_ansi_bright_black: Some(rgba(0x47686cff).into()), terminal_ansi_bright_red: Some(rgba(0xe97749ff).into()), @@ -1998,6 +2012,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x031417ff).into()), editor_line_number: Some(rgba(0x4e6b6eff).into()), editor_active_line_number: Some(rgba(0xb2cacdff).into()), + editor_wrap_guide: Some(rgba(0x0e6671ff).into()), + editor_active_wrap_guide: Some(rgba(0x0e6671ff).into()), terminal_background: Some(rgba(0x020c0eff).into()), terminal_ansi_bright_black: Some(rgba(0x47686cff).into()), terminal_ansi_bright_red: Some(rgba(0xe97749ff).into()), @@ -2276,6 +2292,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x031417ff).into()), editor_line_number: Some(rgba(0x4e6b6eff).into()), editor_active_line_number: Some(rgba(0xb2cacdff).into()), + editor_wrap_guide: Some(rgba(0x0e6671ff).into()), + editor_active_wrap_guide: Some(rgba(0x0e6671ff).into()), terminal_background: Some(rgba(0x020c0eff).into()), terminal_ansi_bright_black: Some(rgba(0x47686cff).into()), terminal_ansi_bright_red: Some(rgba(0xe97749ff).into()), @@ -2554,6 +2572,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x292640ff).into()), editor_line_number: Some(rgba(0x5c5973ff).into()), editor_active_line_number: Some(rgba(0xc5c2d6ff).into()), + editor_wrap_guide: Some(rgba(0x6e67a8ff).into()), + editor_active_wrap_guide: Some(rgba(0x6e67a8ff).into()), terminal_background: Some(rgba(0x1f1d30ff).into()), terminal_ansi_bright_black: Some(rgba(0x504e65ff).into()), terminal_ansi_bright_red: Some(rgba(0xe97749ff).into()), @@ -2832,6 +2852,8 @@ pub fn noctis() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x30243dff).into()), editor_line_number: Some(rgba(0x665973ff).into()), editor_active_line_number: Some(rgba(0xccbfd9ff).into()), + editor_wrap_guide: Some(rgba(0x8767a8ff).into()), + editor_active_wrap_guide: Some(rgba(0x8767a8ff).into()), terminal_background: Some(rgba(0x291d35ff).into()), terminal_ansi_bright_black: Some(rgba(0x594e65ff).into()), terminal_ansi_bright_red: Some(rgba(0xe97749ff).into()), diff --git a/crates/theme2/src/themes/nord.rs b/crates/theme2/src/themes/nord.rs index f3d03b3889..83fafa7a87 100644 --- a/crates/theme2/src/themes/nord.rs +++ b/crates/theme2/src/themes/nord.rs @@ -51,6 +51,8 @@ pub fn nord() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x2e3440ff).into()), editor_line_number: Some(rgba(0x4c566aff).into()), editor_active_line_number: Some(rgba(0xd8dee9ff).into()), + editor_wrap_guide: Some(rgba(0x3b4252ff).into()), + editor_active_wrap_guide: Some(rgba(0x3b4252ff).into()), terminal_background: Some(rgba(0x2e3440ff).into()), terminal_ansi_bright_black: Some(rgba(0x4c566aff).into()), terminal_ansi_bright_red: Some(rgba(0xbf616aff).into()), diff --git a/crates/theme2/src/themes/palenight.rs b/crates/theme2/src/themes/palenight.rs index 501a678577..2fceb8055e 100644 --- a/crates/theme2/src/themes/palenight.rs +++ b/crates/theme2/src/themes/palenight.rs @@ -51,6 +51,8 @@ pub fn palenight() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x292d3eff).into()), editor_line_number: Some(rgba(0x4c5374ff).into()), editor_active_line_number: Some(rgba(0xbfc7d5ff).into()), + editor_wrap_guide: Some(rgba(0x282b3cff).into()), + editor_active_wrap_guide: Some(rgba(0x282b3cff).into()), terminal_ansi_bright_black: Some(rgba(0x676e95ff).into()), terminal_ansi_bright_red: Some(rgba(0xff5572ff).into()), terminal_ansi_bright_green: Some(rgba(0xc3e88dff).into()), @@ -337,6 +339,8 @@ pub fn palenight() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x292d3eff).into()), editor_line_number: Some(rgba(0x4c5374ff).into()), editor_active_line_number: Some(rgba(0xbfc7d5ff).into()), + editor_wrap_guide: Some(rgba(0x282b3cff).into()), + editor_active_wrap_guide: Some(rgba(0x282b3cff).into()), terminal_ansi_bright_black: Some(rgba(0x676e95ff).into()), terminal_ansi_bright_red: Some(rgba(0xff5572ff).into()), terminal_ansi_bright_green: Some(rgba(0xc3e88dff).into()), @@ -623,6 +627,8 @@ pub fn palenight() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x292d3eff).into()), editor_line_number: Some(rgba(0x4c5374ff).into()), editor_active_line_number: Some(rgba(0xbfc7d5ff).into()), + editor_wrap_guide: Some(rgba(0x2c2f40ff).into()), + editor_active_wrap_guide: Some(rgba(0x2c2f40ff).into()), terminal_ansi_bright_black: Some(rgba(0x676e95ff).into()), terminal_ansi_bright_red: Some(rgba(0xff5572ff).into()), terminal_ansi_bright_green: Some(rgba(0xc3e88dff).into()), diff --git a/crates/theme2/src/themes/rose_pine.rs b/crates/theme2/src/themes/rose_pine.rs index a09364405f..51e3a2451c 100644 --- a/crates/theme2/src/themes/rose_pine.rs +++ b/crates/theme2/src/themes/rose_pine.rs @@ -52,6 +52,8 @@ pub fn rose_pine() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x191724ff).into()), editor_line_number: Some(rgba(0x908caaff).into()), editor_active_line_number: Some(rgba(0xe0def4ff).into()), + editor_wrap_guide: Some(rgba(0x00000000).into()), + editor_active_wrap_guide: Some(rgba(0x00000000).into()), terminal_ansi_bright_black: Some(rgba(0x908caaff).into()), terminal_ansi_bright_red: Some(rgba(0xeb6f92ff).into()), terminal_ansi_bright_green: Some(rgba(0x31748fff).into()), @@ -312,6 +314,8 @@ pub fn rose_pine() -> UserThemeFamily { editor_gutter_background: Some(rgba(0x232136ff).into()), editor_line_number: Some(rgba(0x908caaff).into()), editor_active_line_number: Some(rgba(0xe0def4ff).into()), + editor_wrap_guide: Some(rgba(0x00000000).into()), + editor_active_wrap_guide: Some(rgba(0x00000000).into()), terminal_ansi_bright_black: Some(rgba(0x908caaff).into()), terminal_ansi_bright_red: Some(rgba(0xeb6f92ff).into()), terminal_ansi_bright_green: Some(rgba(0x3e8fb0ff).into()), @@ -572,6 +576,8 @@ pub fn rose_pine() -> UserThemeFamily { editor_gutter_background: Some(rgba(0xfaf4edff).into()), editor_line_number: Some(rgba(0x797593ff).into()), editor_active_line_number: Some(rgba(0x575279ff).into()), + editor_wrap_guide: Some(rgba(0x00000000).into()), + editor_active_wrap_guide: Some(rgba(0x00000000).into()), terminal_ansi_bright_black: Some(rgba(0x797593ff).into()), terminal_ansi_bright_red: Some(rgba(0xb4637aff).into()), terminal_ansi_bright_green: Some(rgba(0x286983ff).into()), diff --git a/crates/theme2/src/themes/solarized.rs b/crates/theme2/src/themes/solarized.rs index 9807a6cd3d..8a5bf96c16 100644 --- a/crates/theme2/src/themes/solarized.rs +++ b/crates/theme2/src/themes/solarized.rs @@ -46,6 +46,8 @@ pub fn solarized() -> UserThemeFamily { editor_background: Some(rgba(0x002b36ff).into()), editor_gutter_background: Some(rgba(0x002b36ff).into()), editor_line_number: Some(rgba(0x566c74ff).into()), + editor_wrap_guide: Some(rgba(0x003847ff).into()), + editor_active_wrap_guide: Some(rgba(0x003847ff).into()), terminal_ansi_bright_black: Some(rgba(0x586e75ff).into()), terminal_ansi_bright_red: Some(rgba(0xcb4b16ff).into()), terminal_ansi_bright_green: Some(rgba(0x859900ff).into()), @@ -312,6 +314,8 @@ pub fn solarized() -> UserThemeFamily { editor_background: Some(rgba(0xfdf6e3ff).into()), editor_gutter_background: Some(rgba(0xfdf6e3ff).into()), editor_line_number: Some(rgba(0x9ca8a6ff).into()), + editor_wrap_guide: Some(rgba(0xddd6c1ff).into()), + editor_active_wrap_guide: Some(rgba(0xddd6c1ff).into()), terminal_ansi_bright_black: Some(rgba(0x657b83ff).into()), terminal_ansi_bright_red: Some(rgba(0xcb4b16ff).into()), terminal_ansi_bright_green: Some(rgba(0x859900ff).into()), diff --git a/crates/theme_importer/src/vscode/converter.rs b/crates/theme_importer/src/vscode/converter.rs index 46d9c3d086..f5a606b329 100644 --- a/crates/theme_importer/src/vscode/converter.rs +++ b/crates/theme_importer/src/vscode/converter.rs @@ -243,6 +243,8 @@ impl VsCodeThemeConverter { .editor_foreground .as_ref() .traverse(|color| try_parse_color(&color))?, + editor_wrap_guide: vscode_panel_border, + editor_active_wrap_guide: vscode_panel_border, scrollbar_track_background: vscode_editor_background, scrollbar_track_border: vscode_colors .editor_overview_ruler_border diff --git a/script/import-themes b/script/import-themes new file mode 100755 index 0000000000..ce9ce9ef12 --- /dev/null +++ b/script/import-themes @@ -0,0 +1,3 @@ +#!/bin/bash + +cargo run -p theme_importer