Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative line numbers are not displayed on onedark theme #2154

Closed
lucypero opened this issue Apr 18, 2022 · 2 comments · Fixed by #2155
Closed

Relative line numbers are not displayed on onedark theme #2154

lucypero opened this issue Apr 18, 2022 · 2 comments · Fixed by #2155
Labels
C-bug Category: This is a bug

Comments

@lucypero
Copy link
Contributor

Summary

Relative line numbers are not displayed on onedark theme

WindowsTerminal_ccP5iSzXtD

Reproduction Steps

I tried this:

  1. hx

:theme onedark

I expected this to happen:

Relative lines to show up

Instead, this happened:

Relative line numbers are not displayed.

Helix log

~/.cache/helix/helix.log
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  --- stderr\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  Package alsa was not found in the pkg-config search path.\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  Perhaps you should add the directory containing `alsa.pc'\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  to the PKG_CONFIG_PATH environment variable\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  No package 'alsa' found\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  ', /home/lucy/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.3.1/build.rs:6:50\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  stack backtrace:\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "     0: rust_begin_unwind\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "               at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "     1: core::panicking::panic_fmt\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "               at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "     2: build_script_build::main\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "               at ./build.rs:6:50\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "     3: core::ops::function::FnOnce::call_once\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "               at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "  note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "\n"
2022-04-17T18:36:24.832 helix_lsp::transport [ERROR] err <- "\n"
2022-04-17T18:36:24.832 helix_term::application [WARN] unhandled window/showMessage: ShowMessageParams { typ: Error, message: "rust-analyzer failed to run build scripts\n\nCheck the server logs for additional info." }
2022-04-17T20:01:37.001 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { LSP not defined }

Platform

WSL2 Ubuntu

Terminal Emulator

Windows Terminal

Helix Version

helix-term 22.05-dev (450f348)

@lucypero lucypero added the C-bug Category: This is a bug label Apr 18, 2022
@lucypero
Copy link
Contributor Author

You can actually see them in the picture. The color is simply too similar to the background.

@lucypero
Copy link
Contributor Author

This fixes it:

#2155

@sudormrfbin sudormrfbin linked a pull request Apr 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant