Michael Davis
64de0b7288
add docs for cursorline scopes ( #2904 )
2 years ago
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`.
2 years ago
Gokul Soumya
924b4ebb39
Add theme scopes for indent guides
2 years ago
Anton Romanov
7983c71752
Introduce storage_class highlight scope ( #2731 )
2 years ago
kyrime
bfc4ff4dcf
Add theme key for picker separator ( #2523 )
...
Co-authored-by: ky <>
3 years ago
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
3 years ago
chunghha
3a398eec56
fix typos ( #2304 )
3 years ago
Michael Davis
6de2e7634f
Document `ui.virtual.ruler` scope in theme docs ( #2199 )
...
From the rulers feature (#2060 )
3 years ago
Omnikar
e6b865ed0b
allow whitespace to be rendered
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
3 years ago
nosa
893963df0a
Additions to 'themes' section of docs ( #2098 )
...
* Added more descriptions to the themes part of the docs
* Add more descriptions to themes section of the docs
* capitalised first letters of descriptions in docs
Co-authored-by: Joe Mckay <jm@pop-os.localdomain>
3 years ago
Evan Relf
7779dbfcb8
docs: Quote TOML keys containing dots ( #2040 )
3 years ago
Gokul Soumya
c484b08923
Rename infobox theme scopes ( #1741 )
...
This makes it play nicely with https://github.com/helix-editor/helix/pull/1714
3 years ago
Alex
d5ba0b5162
Allow separate styles for markup headings ( #1618 )
...
* update markdown highlighting to use separate heading themes
* remove markdown theme scopes in ui
3 years ago
CossonLeo
d49e5323f9
Use markup scopes for the Markdown component ( #1363 )
3 years ago
Eric Crosson
5b45bdd80f
docs: document @keyword.control.exception scope
...
As identified in [this GitHub comment](https://github.com/helix-editor/helix/pull/1433#discussion_r777786140 )
3 years ago
Michael Davis
b799b0d50e
capture markdown link text as markup.link.text ( #1456 )
3 years ago
CJ van den Berg
1af8dd9912
Rework beginning of themes chapter
...
The specifics of configuring themes has caused some confusion. Hopefully this will clarify things a little.
3 years ago
Michael Davis
c1f4c0e67a
add new scopes to themes docs
3 years ago
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).
3 years ago
Blaž Hrastnik
40969ad452
Partly fix latex highlights and add markup scope docs
3 years ago
Kirawi
6f1a7b1220
Add llvm grammar ( #1167 )
3 years ago
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
3 years ago
Michael Davis
80b54f2f69
use special.string.symbol instead of symbol
...
this aligns better with how ruby highlights symbols
3 years ago
Michael Davis
4771cc7ee4
align highlight scopes with documented scopes
3 years ago
Gokul Soumya
116e562ff6
Document `diagnostic` theme scope ( #751 )
3 years ago
Blaž Hrastnik
4cc562318a
Improve docs, fix up a few highlight scopes
3 years ago
Gokul Soumya
e4e93e176c
fix: Merge default palette with user palette
3 years ago
Gokul Soumya
e40e6db227
feat: Default theme palette using 16 terminal colors
3 years ago
CossonLeo
d6a9c2c0f6
Add ui.menu text style ( #664 )
...
* add menu text style
* add ui.menu.text ui.info ui.info.text to book
* change ui.menu.text to ui.menu
* fix book's ui.menu
3 years ago
Kirawi
084a8a9522
Rewritten Rust `highlights.scm` ( #425 )
...
* rewrote Rust highlights.scm
* wip
* wip
* wip
* wip
* fixed type highlighting
* wip
* rewrite again
* moved operators
* missing newline
* missing newline
* update book
* fix constructor highlighting
* fix constructor highlighting
* fix const highlighting
* better constructor highlighting
* remove dup, bug was my locals.scm file
* fixed docs
* merge
* fixed for highlighting
* add yield
* remove yield
* added yield back
* fixed yield highlighting
* unecessary
3 years ago
Kirawi
c7aa7bf4ba
VSCode Dark+ Theme ( #414 )
...
* wip
* Add VSCode Dark+ Theme
wip
wip
wip
wip
wip
wip
properly detect constants
add bool
wip
* suggestion
* add variant for c/c++
* fix hexcode error
* removed regex highlight
* fixed constant higlighting
* wip
* add space
* add suggestions
* update theme
* update book
* suggestions
* fix c/c++ enum
* update book
3 years ago
Gokul Soumya
37f0b9ee15
Add missing linenr.selected key to docs
3 years ago
Jakub Bartodziej
79f096963c
Color palettes ( #393 )
...
* Enable using color palettes in theme files.
* Add an example theme defined using a gruvbox color palette.
* Fix clippy error.
* Small style improvement.
* Add documentation for the features to themes.md.
* Update runtime/themes/gruvbox.toml
Fix the value of purple0.
Co-authored-by: DrZingo <DrZingo@users.noreply.github.com>
Co-authored-by: DrZingo <DrZingo@users.noreply.github.com>
3 years ago
wojciechkepka
c534fdefdc
Refactor, add `ui.cursor.primary`
3 years ago
wojciechkepka
d70be55f70
Add ability to theme primary selecition
3 years ago
wojciechkepka
f09ccbc891
Update docs
3 years ago
Gokul Soumya
29f77b9c5f
Fix docx formatting and links
3 years ago
wojciechkepka
cd0ecded1f
Update docs
3 years ago