aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
Commit message (Collapse)AuthorAge
* Support LSP diagnostic tags (#9780)Michael Davis2024-03-02
|
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
| | | | | | | | | | | | | | | | | | Add new theme highlight keys, for setting the colour of the breakpoint character and the current line at which execution has been paused at. The two new keys are `ui.highlight.frameline` and `ui.debug.breakpoint`. Highlight according to those keys, both the line at which debugging is paused at and the breakpoint indicator. Add an indicator for the current line at which execution is paused at, themed by the `ui.debug.active` theme scope. Update various themes to showcase how the new functionality works. Better icons are dependent on #2869, and as such will be handled in the future, once it lands. Closes: #5952 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
* Add `markup.strikethrough` theme keys (#5619)Alex2023-01-21
|
* Set ui.text.inactive for official themesJonathan LEI2022-12-17
|
* Add undercurl styles to the default themeBlaž Hrastnik2022-10-21
|
* Add a default cursorline style for the primary selectionBlaž Hrastnik2022-06-27
|
* Right align scrollbar with track in completion popup (#2754)Gokul Soumya2022-06-27
| | | | | - Align the scollbar to the right edge of the popup rather than at a margin of one. - Add a scrollbar track and a new scope `ui.menu.scroll`.
* Add theme scopes for indent guidesGokul Soumya2022-06-21
|
* fix: missing quotes around `variable.other.member`Joel2022-05-22
|
* Add theme key for picker separator (#2523)kyrime2022-05-22
| | | Co-authored-by: ky <>
* add missing `ui.menu` to themes, fix issues with some themesChristoph Horn2022-05-20
|
* add `ui.menu` to default themeChristoph Horn2022-05-20
|
* Separate colors for different diagnostics types (#2437)Robert Walter2022-05-20
| | | | | | | | | | | | | | | | | | | | | | * feat(theme): add separate diagnostic colors This commit adds separate diagnostic highlight colors for the different types of LSP severities. If the severity type doesn't exist or is unknown, we use some fallback coloring which was in use before this commit. Some initial color options were also added in the theme.toml Resolves issue #2157 * feat(theme): add docs for new diagnostic options * feat(theme): adjust defaults & reduce redundancy - the different colors for different diagnostic severities are now disabled in the default theme, instead diagnostics are just generally underlined (as prior to the changes of this feature) - the theme querying is now done once instead of every iteration in the loop of processing every diagnostic message
* theme ui.virtual capture for existing themesMichael Davis2022-04-20
|
* capture markdown link text as markup.link.text (#1456)Michael Davis2022-01-08
|
* add diff.{plus,minus,delta} to themesMichael Davis2021-12-25
|
* Add link and quote queries for markdownGokul Soumya2021-12-19
| | | | | | | | | - Rename markup.underline.link to markup.link.url - Add markup.link.label - Add markup.quote (The constructor theme scope was missing from the docs, so unrelated to this commit).
* Add markdown grammarBlaž Hrastnik2021-12-14
| | | | Fixes #215
* fix: #896 broke some of the default highlightsBlaž Hrastnik2021-11-08
|
* 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
* Revert parameter underlining on default themeBlaž Hrastnik2021-09-17
| | | | | | I like it, but it clashes with diagnostics underlines since we can't color them differently in the terminal. If undercurl support is sufficient enough I'd consider changing diagnostics to use that instead.
* Improve docs, fix up a few highlight scopesBlaž Hrastnik2021-09-07
|
* syntax: Add go & rust locals, improve tree-sitter error messageBlaž Hrastnik2021-09-06
|
* ui: Tone down the preview highlight by adding a new scopeBlaž Hrastnik2021-08-24
|
* ui: Refactor styling a bit, ensure infobox is stylableBlaž Hrastnik2021-08-20
|
* Highlight (html) tagsBlaž Hrastnik2021-08-11
|
* Fix number highlightingBlaž Hrastnik2021-07-14
|
* Clean up the default theme definitionBlaž Hrastnik2021-07-06
|
* ui: Use a box drawing character vertical line for splitsBlaž Hrastnik2021-06-29
|
* Turn diagnostics rendering into span injection tooBlaž Hrastnik2021-06-27
|
* Simplify selection rendering by injecting highlight scopesBlaž Hrastnik2021-06-27
|
* Add default color for cursor match (#370)Ivan Tham2021-06-25
| | | | | | | | | * Add default color for cursor match Not all terminals support dim, for those terminal that does not support this (konsole, item2, wezterm), users cannot differentiate between match and primary cursor. So set a color for this. * Use alacritty dim color for match
* Remove duplicate properties from theme.tomlAlex Ryapolov2021-06-24
|
* Adjust default theme colors (insert/extend cursor)Blaž Hrastnik2021-06-23
|
* Add ability to theme primary selecitionwojciechkepka2021-06-23
|
* Add `ui.statusline.inactive`, use `ui.statusline` for statusline textwojciechkepka2021-06-18
|
* Add theme key for selected line numberGokul Soumya2021-06-16
| | | | | | | | | | | Adds `ui.linenr.selected` which controls highlight of linu numbes which have cursors on. - Fallback to linenr if linenr.selected is missing - Update docs and themes - Add TODOs for themes with temporary linenr.selected
* Add ui.selection to theme.tomlGokul Soumya2021-06-14
| | | | | Enables changing the color of the selection which was previously hard coded.
* Change help prompt stylingBlaž Hrastnik2021-06-01
|
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
|
* Adjust highlighting for rust.Blaž Hrastnik2021-05-16
|
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
|
* Fix C highlighting inconsistencies.Blaž Hrastnik2021-04-23
|
* Highlight metavariables ($var) inside rust macros.Blaž Hrastnik2021-04-14
|
* Render a separator between vertical splits.Blaž Hrastnik2021-04-08
|
* Add a python language definition.Blaž Hrastnik2021-04-07
|
* Add c++, js, css, html language definitions.Blaž Hrastnik2021-04-07
|
* Load theme from toml file.Blaž Hrastnik2021-03-25