Alex
f103d2273b
Add markup.strikethrough
theme keys ( #5619 )
2023-01-21 16:21:26 -06:00
Jonathan LEI
ba3c24aa02
Set ui.text.inactive for official themes
2022-12-17 13:59:05 -06:00
Blaž Hrastnik
74a6a2282e
Add undercurl styles to the default theme
2022-10-21 13:27:05 +09:00
Blaž Hrastnik
33d287a9ad
Add a default cursorline style for the primary selection
2022-06-27 17:27:24 +09:00
Gokul Soumya
a26943de4e
Right align scrollbar with track in completion popup ( #2754 )
...
- 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`.
2022-06-27 16:52:31 +09:00
Gokul Soumya
924b4ebb39
Add theme scopes for indent guides
2022-06-21 18:43:25 +02:00
Joel
682bcc3a32
fix: missing quotes around variable.other.member
2022-05-22 18:36:51 +09:00
kyrime
bfc4ff4dcf
Add theme key for picker separator ( #2523 )
...
Co-authored-by: ky <>
2022-05-22 10:24:51 +09:00
Christoph Horn
9be810fd01
add missing ui.menu
to themes, fix issues with some themes
2022-05-20 10:32:59 +09:00
Christoph Horn
e7e13dcf06
add ui.menu
to default theme
2022-05-20 10:32:59 +09:00
Robert Walter
776686ab24
Separate colors for different diagnostics types ( #2437 )
...
* 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
2022-05-20 10:30:28 +09:00
Michael Davis
1525e3c6c8
theme ui.virtual capture for existing themes
2022-04-20 11:37:23 +09:00
Michael Davis
b799b0d50e
capture markdown link text as markup.link.text ( #1456 )
2022-01-09 00:27:50 +09:00
Michael Davis
3b800025af
add diff.{plus,minus,delta} to themes
2021-12-26 00:12:49 +09:00
Gokul Soumya
7c01d92653
Add link and quote queries for markdown
...
- 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).
2021-12-19 15:23:39 +09:00
Blaž Hrastnik
49e0678741
Add markdown grammar
...
Fixes #215
2021-12-15 00:50:11 +09:00
Blaž Hrastnik
cdc2107bca
fix : #896 broke some of the default highlights
2021-11-08 10:03:53 +09:00
Kirawi
ee889aaa85
Updated tree-sitter query scopes ( #896 )
...
* 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
2021-11-03 12:00:52 +09:00
Blaž Hrastnik
07be66c677
Revert parameter underlining on default theme
...
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.
2021-09-17 14:43:06 +09:00
Blaž Hrastnik
4cc562318a
Improve docs, fix up a few highlight scopes
2021-09-07 13:03:48 +09:00
Blaž Hrastnik
4ac29434cb
syntax: Add go & rust locals, improve tree-sitter error message
2021-09-06 18:13:52 +09:00
Blaž Hrastnik
bf5b9a9f35
ui: Tone down the preview highlight by adding a new scope
2021-08-24 13:25:39 +09:00
Blaž Hrastnik
68626b8f78
ui: Refactor styling a bit, ensure infobox is stylable
2021-08-20 10:58:44 +09:00
Blaž Hrastnik
55f1f04717
Highlight (html) tags
2021-08-11 13:23:57 +09:00
Blaž Hrastnik
3ca05fce31
Fix number highlighting
2021-07-14 10:00:05 +09:00
Blaž Hrastnik
906cfd52e0
Clean up the default theme definition
2021-07-06 10:54:10 +09:00
Blaž Hrastnik
e9159887a9
ui: Use a box drawing character vertical line for splits
2021-06-30 01:01:28 +09:00
Blaž Hrastnik
f9cdb2afe2
Turn diagnostics rendering into span injection too
2021-06-27 23:28:22 +09:00
Blaž Hrastnik
057bd630d8
Simplify selection rendering by injecting highlight scopes
2021-06-27 23:28:22 +09:00
Ivan Tham
74cc4b4a49
Add default color for cursor match ( #370 )
...
* 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
2021-06-25 11:18:38 +09:00
Alex Ryapolov
2924522aea
Remove duplicate properties from theme.toml
2021-06-24 09:23:23 +08:00
Blaž Hrastnik
ea8cd4765d
Adjust default theme colors (insert/extend cursor)
2021-06-23 22:11:46 +09:00
wojciechkepka
d70be55f70
Add ability to theme primary selecition
2021-06-23 21:55:02 +09:00
wojciechkepka
1c1474c3b8
Add ui.statusline.inactive
, use ui.statusline
for statusline text
2021-06-18 15:18:58 -04:00
Gokul Soumya
d1c8a74771
Add theme key for selected line number
...
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
2021-06-16 15:00:14 +09:00
Gokul Soumya
f33aaba53f
Add ui.selection to theme.toml
...
Enables changing the color of the selection which was previously
hard coded.
2021-06-15 00:06:53 +09:00
Blaž Hrastnik
a2147fc7d5
Change help prompt styling
2021-06-01 12:00:25 +09:00
Blaž Hrastnik
094203c74e
Update deps, introduce the new tree-sitter lifetimes
2021-05-28 00:00:51 +09:00
Blaž Hrastnik
6e03019a2c
Adjust highlighting for rust.
2021-05-16 18:58:27 +09:00
Blaž Hrastnik
f0712479cb
Define text color (mostly) in theme.toml.
2021-05-07 17:42:09 +09:00
Blaž Hrastnik
77db3599ba
Fix C highlighting inconsistencies.
2021-04-23 18:42:29 +09:00
Blaž Hrastnik
305a059f58
Highlight metavariables ($var) inside rust macros.
2021-04-14 17:16:45 +09:00
Blaž Hrastnik
52da68e49a
Render a separator between vertical splits.
2021-04-08 22:34:06 +09:00
Blaž Hrastnik
fb792c5bca
Add a python language definition.
2021-04-07 13:51:09 +09:00
Blaž Hrastnik
3bab640491
Add c++, js, css, html language definitions.
2021-04-07 13:40:20 +09:00
Blaž Hrastnik
a65395d94b
Load theme from toml file.
2021-03-25 16:42:14 +09:00