helix-mods/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>
2022-06-22 01:35:25 +09:00
..
autumn.toml Highlight active window in Autumn theme (#2531) 2022-05-22 10:40:27 -05:00
base16_default_dark.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
base16_default_light.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
base16_terminal.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
bogster.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
boo_berry.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
catppuccin.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
dark_plus.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
dracula.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
dracula_at_night.toml Add dracula at night theme (#2008) 2022-04-08 15:53:12 -05:00
everforest_dark.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
everforest_light.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
gruvbox.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
gruvbox_light.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
ingrid.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
monokai.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
monokai_pro.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
monokai_pro_machine.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
monokai_pro_octagon.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
monokai_pro_ristretto.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
monokai_pro_spectrum.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
night_owl.toml Update selection style of Night Owl (#2668) 2022-06-04 10:40:39 +05:30
noctis_bordo.toml Add noctis bordo theme (#2830) 2022-06-20 09:21:21 -05:00
nord.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
onedark.toml add missing ui.menu to themes, fix issues with some themes 2022-05-20 10:32:59 +09:00
onelight.toml add missing ui.menu to themes, fix issues with some themes 2022-05-20 10:32:59 +09:00
pop-dark.toml replace constant.number with constant.numeric (#2389) 2022-05-04 14:51:31 +09:00
README.md Move themes to runtime/themes, add link from contrib/themes 2021-06-20 00:07:13 +09:00
rose_pine.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
rose_pine_dawn.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
serika-dark.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
serika-light.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
snazzy.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
solarized_dark.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
solarized_light.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
spacebones_light.toml Default rulers color to red (#2669) 2022-06-22 01:35:25 +09:00
tokyonight.toml Adjust colors in tokyonight themes (#2606) 2022-05-29 10:56:10 -05:00
tokyonight_storm.toml Adjust colors in tokyonight themes (#2606) 2022-05-29 10:56:10 -05:00

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!