You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/runtime/themes
Mathspy fa4934cff9
Default rulers color to red (#2669)
* Default rulers color to red

Currently if the theme a user is using doesn't have `ui.virtual.rulers`
set and they set up a ruler it just fails silently making it really hard
to figure out what went wrong. Did they set incorrectly set the ruler?
Are they using an outdated version of Helix that doesn't support rulers?

This happened to me today, I even switched to the default theme with
the assumption that maybe my theme just doesn't have the rulers setup
properly and it still didn't work.

Not sure if this is a good idea or not, feel free to suggest better
alternatives!

* Use builtin Style methods instead of Bevy style defaults

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* Only default the style if there's no ui or ui.virtual

* Update themes style from ui.virtual to ui.virtual.whitespace

* Revert ui.virtual change in onelight theme

* Prefer unwrap_or_else

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
..
README.md Move themes to runtime/themes, add link from contrib/themes 3 years ago
autumn.toml Highlight active window in Autumn theme (#2531) 2 years ago
base16_default_dark.toml Default rulers color to red (#2669) 2 years ago
base16_default_light.toml Default rulers color to red (#2669) 2 years ago
base16_terminal.toml Default rulers color to red (#2669) 2 years ago
bogster.toml Default rulers color to red (#2669) 2 years ago
boo_berry.toml Default rulers color to red (#2669) 2 years ago
catppuccin.toml Default rulers color to red (#2669) 2 years ago
dark_plus.toml Default rulers color to red (#2669) 2 years ago
dracula.toml Default rulers color to red (#2669) 2 years ago
dracula_at_night.toml Add dracula at night theme (#2008) 2 years ago
everforest_dark.toml Default rulers color to red (#2669) 2 years ago
everforest_light.toml Default rulers color to red (#2669) 2 years ago
gruvbox.toml Default rulers color to red (#2669) 2 years ago
gruvbox_light.toml Default rulers color to red (#2669) 2 years ago
ingrid.toml Default rulers color to red (#2669) 2 years ago
monokai.toml Default rulers color to red (#2669) 2 years ago
monokai_pro.toml Default rulers color to red (#2669) 2 years ago
monokai_pro_machine.toml Default rulers color to red (#2669) 2 years ago
monokai_pro_octagon.toml Default rulers color to red (#2669) 2 years ago
monokai_pro_ristretto.toml Default rulers color to red (#2669) 2 years ago
monokai_pro_spectrum.toml Default rulers color to red (#2669) 2 years ago
night_owl.toml Update selection style of Night Owl (#2668) 2 years ago
noctis_bordo.toml Add noctis bordo theme (#2830) 2 years ago
nord.toml Default rulers color to red (#2669) 2 years ago
onedark.toml add missing `ui.menu` to themes, fix issues with some themes 2 years ago
onelight.toml add missing `ui.menu` to themes, fix issues with some themes 2 years ago
pop-dark.toml replace constant.number with constant.numeric (#2389) 2 years ago
rose_pine.toml Default rulers color to red (#2669) 2 years ago
rose_pine_dawn.toml Default rulers color to red (#2669) 2 years ago
serika-dark.toml Default rulers color to red (#2669) 2 years ago
serika-light.toml Default rulers color to red (#2669) 2 years ago
snazzy.toml Default rulers color to red (#2669) 2 years ago
solarized_dark.toml Default rulers color to red (#2669) 2 years ago
solarized_light.toml Default rulers color to red (#2669) 2 years ago
spacebones_light.toml Default rulers color to red (#2669) 2 years ago
tokyonight.toml Adjust colors in tokyonight themes (#2606) 2 years ago
tokyonight_storm.toml Adjust colors in tokyonight themes (#2606) 2 years ago

README.md

User submitted themes

If you submit a theme, please include a comment at the top with your name and email address:

# Author : Name <email@my.domain>

We have a preview page for themes on our wiki!