aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* Fix hover menu item text color in base16 themes (#1668)David Crespo2022-02-15
| | | | | * fix hover menu item text in base16 dark * same ix for base16_default_light and base16_terminal
* chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606)chunghha2022-01-31
|
* [theme] Serika light and dark (#1566)VuiMuich2022-01-24
| | | | | * add theme `serika` in light and dark variant * add `markup.*`s
* Add markup support (#1525)NNB2022-01-23
| | | | | | | | | | | | | * Add markup support for all Base16 themes * Fix rose_pine `markup.link.text` attribute misname * Add basic default markup support for all themes * Fix cursor change color on Base16 terminal and default * Remove old markup monokai_pro support and fix Onedark `markup.link.text` attribute misname * Remove old markup dracula support
* Add `tag` to gruvbox theme (#1555)Rohan Jain2022-01-22
| | | Missed in the commit 943fca332e.
* dracula theme: add markup support (#1554)Sebastian Zivota2022-01-22
|
* add markup support for monokai pro themes (#1553)WindSoilder2022-01-21
|
* Add modified background to dracula popup (#1434)Stuart Hinson2022-01-16
|
* Add `markup.` scopes in `gruvbox` themes (#1518)Rohan Jain2022-01-16
| | | As recommended by @archseer in https://github.com/helix-editor/helix/pull/1509#issuecomment-1013583069
* Add gruvbox-light theme (#1509)Rohan Jain2022-01-14
| | | Similar to `gruvbox`, add the light version as well.
* Add everforest_light, change everforest_dark string color (#1412)WindSoilder2022-01-03
|
* Underline diagnostics in bogster theme (#1399)Martin Junghanns2022-01-02
|
* add diff.{plus,minus,delta} to themesMichael Davis2021-12-25
|
* chore: update rose pine themes to support markup (#1353)chunghha2021-12-25
|
* Update onedark theme to use new scopes (#1297)Gokul Soumya2021-12-24
|
* Add dracula theme (#1258)Sebastian Zivota2021-12-20
| | | | | | | | | | | | | * Add dracula theme * remove unused colors * correctly name constant.character.escape * Change cursors and selections * add some missing ui scopes * sorting
* Add `ui.gutter` themingNNB2021-12-13
|
* Use `base16_tty` as 16-color default, fix theme nameOmnikar2021-12-13
|
* change to .unwrap_or_default() and fix ui.window and ui.statuslineNNB2021-12-13
|
* Fix error color, add tty themeNNB2021-12-13
|
* Load alt default theme if true color is not supportedOmnikar2021-12-13
| | | | | | | | | | | | | | | | | | | | * Move `runtime/themes/base16_default_terminal.toml` to `base16_theme.toml` alongside `theme.toml` * Use `terminfo` crate to detect whether the terminal supports true color and, if the user has no theme configured and their terminal does not support true color, load the alt default theme instead of the normal default. Remove `terminfo` dependency, use `COLORTERM` env instead Prevent user from switching to an unsupported theme Add `true-color-override` option If the terminal is wrongly detected to not support true color, `true-color-override = true` will override the detection. Rename `true-color-override` to `true-color`
* Fix Base16 Dark, add Base16 Light and TerminalNNB2021-12-13
| | | | Improve accuracy with line number and cursor color
* Fix solarized selection colors (#1236)Skyler Hawthorne2021-12-08
| | | | | | * do not select a foreground color in selections, as this eliminates syntax coloring * select lighter color for selections * Make non-primary cursor cyan instead of green
* rose_pine_dawn.toml colorscheme (#1226)chunghha2021-12-03
| | | | | * adds: rose_pine_dawn.toml colorscheme * chore: define ui.statusline.inactive colors of rose_pine
* add more monokai pro filter themes (#1220)WindSoilder2021-12-03
|
* Add monokai pro theme (#1206)WindSoilder2021-12-02
| | | | | | | | | * add monokai_pro theme * add monokai_pro theme * claim the inspired theme and original author * make diagnostic underlined
* Solarized theme: fix popup colors, adjust menu (#1124)Skyler Hawthorne2021-11-20
| | | | | * fix popup colors, adjust menu * fix hardcoded horizontal rule color
* Add spacebones light theme (#1131)Koen Van der Auwera2021-11-20
| | | | | * Add spacebones light theme * Fix error background
* improve nord status bar lineWindSoilder2021-11-16
|
* Improve Solarzed Dark theme (#1105)Skyler Hawthorne2021-11-16
| | | | Adjusts the Solarized Dark theme to be modeled more closely after vim's incarnation. Also adjust the Solarized Light theme to match.
* Solarized dark theme (#999)Kirawi2021-11-15
| | | | | | | * init * wip * wip
* add solarized_light theme (#1010)CossonLeo2021-11-09
| | | | | * add solarized_light theme * solarized_light add constant.numeric
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
* Update onedark theme (#936)Gokul Soumya2021-10-30
| | | | | - Use named color palette - Remove blue highlight for variables (too much noise) - Add purple highlight for control statements (if, match, etc)
* runtime: Rose Pine colorscheme (#897)Ray Gervais2021-10-25
|
* fixes: missing info, warning diagnostic (#890)Ray Gervais2021-10-22
|
* Refactor nord theme (#874)WindSoilder2021-10-19
| | | | | * refactor again * remove useless color
* improve menu selected color for nord (#873)WindSoilder2021-10-18
|
* adds: base16 theme for Helix editor (#833)Ray Gervais2021-10-18
|
* fix nord ui focus color (#844)WindSoilder2021-10-15
|
* improve contract on nord comment color (#842)WindSoilder2021-10-14
|
* adds: nord colortheme (#799)Ray Gervais2021-10-03
|
* add everforest dark theme (#760)Alex2021-09-17
|
* Update dark_plus error colourKirawi2021-09-12
| | | This was recently changed in VSCode.
* Improve docs, fix up a few highlight scopesBlaž Hrastnik2021-09-07
|
* Add Monokai theme (#628)Kirawi2021-08-25
| | | | | | | * init * update * cleanup
* gruvbox theme changes (#594)oberblastmeister2021-08-18
| | | | | | | | | * changed some gruvbox highlights * more stuff including cursors * use property instead * use variable.property
* Update dark_plus.tomlKirawi2021-08-18
|
* Update popup and diagnostics in onedark themeGokul Soumya2021-07-30
|
* fix: change primary cursor color in bogster themegbaranski2021-07-26
|