aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* Add JetBrains default dark theme (#9967)Yannic Nuwenhof2024-03-30
|
* fix: cursor line on material themes (#10043)Yomain2024-03-30
|
* Add jump-label to Kanagawa theme + format (#10030)mlemesle2024-03-28
| | | | | | | * Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* feat(themes): add `jump-label` for gruvbox themes (#10012)RoloEdits2024-03-26
|
* feat: add jump format for monokai family (#10009)Ben Lee-Cohen2024-03-26
| | | Co-authored-by: Ben Lee-Cohen <ben@lee-cohen.com>
* Adding jump styles for Nord and Nord Light (#10008)Ben Lee-Cohen2024-03-26
| | | Co-authored-by: Ben Lee-Cohen <ben@lee-cohen.com>
* Add jump label color ("rosewater") to catppuccin themes (#9983)Armando Pérez Marqués2024-03-24
|
* Add jump label color to rose-pine themes (#9981)Tobias Brunner2024-03-24
|
* feat: add jump label color to onedark themeFlorent Nuttens2024-03-24
|
* feat: add jump label color to dark plus themeFlorent Nuttens2024-03-24
|
* feat: add jump label color to catppuccin themesFlorent Nuttens2024-03-24
|
* Add jump label color to horizon-dark theme (#9984)ves2024-03-24
|
* feat: add jump label color to dracula themes (#9973)Yomain2024-03-23
|
* Add an Amp-like jump commandPascal Kuthe2024-03-23
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* 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
|