aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* fix: undefined bufferline colors (#9960)Carter Watson2024-03-21
|
* Update rasmus.toml (#9939)Jordan Reger2024-03-21
| | | | | | | * Update rasmus.toml Remove "ui.virtual" setting as it selects seemingly random characters to highlight. * Add ui.virtual.ruler
* Add new theme keys for LSP diagnostic tags for dark_plus (#9949)David Else2024-03-20
|
* Fix selected text background in toykonight (#9789)Carsten Führmann2024-03-17
| | | | | | | | | | | | Before the fix, the color that the original (Neovim) tokyonight uses for Neovim's visual mode was used in Helix for highlighting the selected item in the picker. But for the highlighting of selected _text_ in Helix (corresponding to Neovim's visual mode), a much darker background was used. This made it very hard to pick out selected text, in particular in suboptimal lighting conditions. I swapped the two colors, so that text selection now looks like in Neovim, while selected items in the picker are highlighted a bit less strongly. (But still easy to see because the whole line is highlighted.)
* Update to modus-themes 4.4.0 (#9912)Alexis Mousset2024-03-17
|
* fix(themes-catppuccin): make inlay hints more legible (#9859)fnuttens2024-03-13
|
* Fix colors of tokyonight diagnostic undercurls (#9724)Carsten Führmann2024-02-26
|
* Cyan Light theme : Add License and Author (#9688)Abderrahmane TAHRI JOUTI2024-02-21
| | | | | | | | | * Cyan Light theme : Add License and Author * Add License Copy license from https://github.com/OlyaB/CyanTheme/blob/master/LICENSE * better credits to original author
* add monokai soda theme (#9651)Jimmy Zelinskie2024-02-18
|
* Fix Sonokai theme to better match original (#5379)Nick Condron2024-02-17
| | | | | | | | | | | | | | | | | | | | | | * Make sonokai palette perfectfully faithful * Amend theme to better match original sonokai Changes based on the following references: (1) https://www.sainnhe.dev/post/contributing-guide/#sonokai (2) https://github.com/sainnhe/sonokai/blob/master/colors/sonokai.vim * Make constants white (1) * Make builtin variables purple (1) * Make members orange (1) * Make labels red (2) * Make operators red (1) * Make all punctuation grey (2) * Make builtin functions and macros green (2) * Make diff delta blue (2) * Make cursor match bg4 (2) * Make visible whitespace bg4 (2) * Make Sonokai special punctuation yellow
* theme: horizon-dark fix constructor color (#9493)ves2024-02-12
| | | | | | | | | | | | | | | | | * theme: add horizon-dark * fix whitespace color and gutter selected * taplo fmt * markup and color tweaks markup colors diff colors better comment and menu colors * horizon-dark: fix constructor color makes Some and None to look better and more like the vscode theme
* Adding Curzon theme (#9553)Gagan Janjua2024-02-12
| | | | | * adding Curzon theme * Adding cursive strings
* Dracula whitespace color changes (#9588)Chirikumbrah2024-02-12
| | | | | * added color to render whitespace characters * made some alphabet sort
* sonokai: Add color modes support and change contrast between ruler and bg ↵HumanEntity2024-02-12
| | | | | | | (#9376) * Added `editor.color-modes` option support * Less contrast between bg and ruler
* Fix cursorline Zed OneDark (#9549)eh2024-02-06
| | | | Co-authored-by: e4 <eric.correia@dronesense.com>
* Update colors used for zed themes (#9544)eh2024-02-06
| | | | | | Official colors used is now publically available: https://github.com/zed-industries/zed/blob/main/assets/themes/one/one.json Modified the theme to more accurately reflect the actual colors being used. Co-authored-by: e4 <eric.correia@dronesense.com>
* Adding two themes using only colors from 16-color terminal themes (#9477)Doug Kelkhoff2024-02-04
| | | | | | | | | | | * adding 16-color terminal themes * minor consistency update * minor consistency update * rename to be more consistent with other helix theme name conventions * fixing improper theme inherits name
* Set ui.virtual.ruler background for GitHub themes (#9487)Andrew Carter2024-02-01
| | | | | | | Turning on a ruler does not show a visible ruler line for the GitHub themes. This change renders rulers using the `canvas.subtle` color. This matches the color used for the `cursorline` and creates a visible ruler that fits the theme.
* feat: add hard/soft contrast for gruvbox light mode (#9266)Twinkle2024-01-28
|
* adjust color darkness on ruler & inlay-hints (#9375)Abderrahmane TAHRI JOUTI2024-01-28
|
* Make status line modes bold for theme onedark (#9435)Travis Harmon2024-01-28
| | | | | * Make status line modes bold * Revert change to onedarker
* Make status line modes bold (#9449)Chirikumbrah2024-01-28
|
* Add bufferline config for onedark & onedarker themes (#9397)Jaakko Paju2024-01-23
|
* Made inlay-hints not look like normal code (#9370)HumanEntity2024-01-17
| | | Added `"ui.virtual.whitespace" = { fg = "grey_dim" }` line
* added voxed theme (#9164)rojebd2024-01-09
|
* runtime/themes: adding "ttox" theme (#8524)Tomas2024-01-08
| | | | | * runtime/themes: adding 'ttox' theme * Improving primary selections
* Update tokyonight themes (#9099)Paul Graydon2024-01-08
|
* Fix: misleading active tab color in monokai_pro* (#9148)DuckDuckWhale2024-01-08
|
* Add markup styling to nord theme (#9135)Sharpened Blade2023-12-22
| | | Fixes https://github.com/helix-editor/helix/issues/9131
* theme: update noctis (#9123)0rphee2023-12-20
|
* theme: add horizon-dark (#9008)ves2023-12-19
|
* feat(themes): add modus vivendi theme(s) (#8894)Matouš Dzivjak2023-12-19
|
* Specify BG and FG cursor colors in Darcula themes (#9002)Jesús González2023-12-15
|
* Add more accurate to official theme type highlighting to Darcula themes (#8738)Jesús González2023-12-05
|
* fix: update rose_pine to be identical to main repo (#8946)Niklas Alexander Shern2023-12-05
|
* Add modus operandi themes (#8728)Alexis Mousset2023-11-22
|
* [themes] Add missing license files for recently added themesblinxen2023-11-19
|
* [themes] Mention license files in READMEblinxen2023-11-19
|
* theme: show active selection and buffer for naysayer theme (#8838)Niklas Alexander Shern2023-11-18
|
* Theme: Papercolor: Add inlay-hint style (#8827)crozbo2023-11-17
|
* theme: add starlight (#8787)Eemil Haapanen2023-11-17
|
* theme: Add Theme poimandres (#8759)Ambuj Singh2023-11-12
| | | | | | | | | * theme: Add Theme poimandres * theme: inherit `poimandres_storm` from `poimandres` with minor tweaks * fix(theme): rename `crossed-out` to `crossed_out` * fix(theme:poimandres): improve contrast of selection color for regular variant
* Theme: Papercolor: Add type.parameter (#8735)Henrik Tjäder2023-11-06
|
* Adjusted ui.virtual.inlay-hint color for everblush theme (#8705)Arkady Rost2023-11-03
| | | Co-authored-by: Arkady Rost <1239844+arkrost@users.noreply.github.com>
* Add missing license files for themes (#8684)blinxen2023-10-31
|
* Theme: Add gruber-darker theme (#8598)Mehedi Rifat2023-10-26
|
* Theme cyan light diff colors (#8587)Abderrahmane TAHRI JOUTI2023-10-23
|
* Add nord night theme (#8549)Joe-Zer02023-10-17
|
* improve nord theme (#8414)Jonah Lund2023-09-29
|
* refine darcula and darcula-solid themes (#8412)boofexxx2023-09-28
|