1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/themes
Ian Hobson 57ec3b7330
Add a highlight for the keyword.storage scope to the onedark theme (#11802)
Rust highlight queries make use of keyword.storage for keywords like
`struct`, `enum`, and also for modifiers like `mut` and `ref`.

Using a color that's different to the one used for
`"variable.parameter"` (red) improves differentiation for mutable
function arguments.
2024-10-01 10:05:45 +09:00
..
licenses
acme.toml
adwaita-dark.toml
amberwood.toml
ao.toml
autumn_night.toml
autumn.toml Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
ayu_dark.toml
ayu_evolve.toml
ayu_light.toml
ayu_mirage.toml
base16_default_dark.toml
base16_default_light.toml
base16_terminal.toml
base16_transparent.toml
bogster_light.toml
bogster.toml Small bogster theme improvements (#11353) 2024-09-30 11:06:33 +09:00
boo_berry.toml
catppuccin_frappe.toml
catppuccin_latte.toml
catppuccin_macchiato.toml
catppuccin_mocha.toml
curzon.toml
cyan_light.toml
darcula-solid.toml
darcula.toml Update picker headers styling in Darcula themes (#11620) 2024-09-17 11:34:10 +09:00
dark_high_contrast.toml
dark_plus.toml
doom_acario_dark.toml
dracula_at_night.toml
dracula.toml
emacs.toml Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
everblush.toml
everforest_dark.toml
everforest_light.toml
ferra.toml
flatwhite.toml Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
fleet_dark.toml
flexoki_dark.toml
flexoki_light.toml
github_dark_colorblind.toml
github_dark_dimmed.toml
github_dark_high_contrast.toml
github_dark_tritanopia.toml
github_dark.toml
github_light_colorblind.toml
github_light_high_contrast.toml
github_light_tritanopia.toml
github_light.toml
gruber-darker.toml chore: add "ui.virtual.jump-label" to gruber-darker theme (#11547) 2024-09-30 11:02:19 +09:00
gruvbox_dark_hard.toml
gruvbox_dark_soft.toml
gruvbox_light_hard.toml
gruvbox_light_soft.toml
gruvbox_light.toml
gruvbox.toml Update gruvbox themes (#11477) 2024-08-19 18:38:46 -05:00
heisenberg.toml
hex_lavender.toml
hex_steel.toml
hex_toxic.toml
horizon-dark.toml Stylize horizon-dark picker v2 columns (#11649) 2024-09-17 11:33:21 +09:00
iceberg-dark.toml
iceberg-light.toml
ingrid.toml
iroaseta.toml
jellybeans.toml
jetbrains_dark.toml
kanagawa-dragon.toml
kanagawa.toml Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
kaolin-dark.toml
kaolin-light.toml
kaolin-valley-dark.toml
material_darker.toml
material_deep_ocean.toml
material_oceanic.toml
material_palenight.toml
meliora.toml
mellow.toml
merionette.toml
modus_operandi_deuteranopia.toml
modus_operandi_tinted.toml
modus_operandi_tritanopia.toml
modus_operandi.toml
modus_vivendi_deuteranopia.toml
modus_vivendi_tinted.toml
modus_vivendi_tritanopia.toml
modus_vivendi.toml
molokai.toml
monokai_aqua.toml Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
monokai_pro_machine.toml
monokai_pro_octagon.toml
monokai_pro_ristretto.toml
monokai_pro_spectrum.toml
monokai_pro.toml
monokai_soda.toml
monokai.toml Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
naysayer.toml Change primary selection cursor color for naysayer (#11617) 2024-09-03 14:37:17 +09:00
new_moon.toml
night_owl.toml
nightfox.toml
noctis_bordo.toml
noctis.toml
nord_light.toml
nord-night.toml
nord.toml
onedark.toml Add a highlight for the keyword.storage scope to the onedark theme (#11802) 2024-10-01 10:05:45 +09:00
onedarker.toml
onelight.toml
papercolor-dark.toml
papercolor-light.toml
penumbra+.toml
poimandres_storm.toml
poimandres.toml
pop-dark.toml
rasmus.toml
README.md
rose_pine_dawn.toml
rose_pine_moon.toml
rose_pine.toml
serika-dark.toml
serika-light.toml
snazzy.toml fix(themes): fix diagnostics in snazzy (#11731) 2024-09-19 10:15:51 +09:00
solarized_dark.toml
solarized_light.toml
sonokai.toml
spacebones_light.toml
starlight.toml
term16_dark.toml
term16_light.toml
tokyonight_day.toml
tokyonight_moon.toml
tokyonight_storm.toml
tokyonight.toml
ttox.toml
varua.toml
vim_dark_high_contrast.toml
voxed.toml
yellowed.toml
zed_onedark.toml Add: validation of bundled themes in build workflow (#11627) 2024-09-28 13:52:09 +02:00
zed_onelight.toml
zenburn.toml

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>

If you are submitting a theme that is already published somewhere, then please add the corresponding license file for it under licenses/ with the following name theme_name.license and add a comment at the top of the theme file:

# License: <License specification>

We have a preview page for themes on our wiki!