mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
add markup support for monokai pro themes (#1553)
This commit is contained in:
parent
392dfa0841
commit
4563832318
@ -85,6 +85,14 @@
|
||||
# make diagnostic underlined, to distinguish with selection text.
|
||||
diagnostic = { modifiers = ["underlined"] }
|
||||
|
||||
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
|
||||
"markup.heading" = "green"
|
||||
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
|
||||
"markup.italic" = { fg = "orange", modifiers = ["italic"] }
|
||||
"markup.link.url" = { fg = "orange", modifiers = ["underlined"] }
|
||||
"markup.link.text" = "yellow"
|
||||
"markup.quote" = "green"
|
||||
|
||||
[palette]
|
||||
# primary colors
|
||||
"red" = "#ff6188"
|
||||
|
@ -85,6 +85,14 @@
|
||||
# make diagnostic underlined, to distinguish with selection text.
|
||||
diagnostic = { modifiers = ["underlined"] }
|
||||
|
||||
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
|
||||
"markup.heading" = "green"
|
||||
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
|
||||
"markup.italic" = { fg = "orange", modifiers = ["italic"] }
|
||||
"markup.link.url" = { fg = "orange", modifiers = ["underlined"] }
|
||||
"markup.link.text" = "yellow"
|
||||
"markup.quote" = "green"
|
||||
|
||||
[palette]
|
||||
# primary colors
|
||||
"red" = "#ff6d7e"
|
||||
|
@ -85,6 +85,14 @@
|
||||
# make diagnostic underlined, to distinguish with selection text.
|
||||
diagnostic = { modifiers = ["underlined"] }
|
||||
|
||||
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
|
||||
"markup.heading" = "green"
|
||||
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
|
||||
"markup.italic" = { fg = "orange", modifiers = ["italic"] }
|
||||
"markup.link.url" = { fg = "orange", modifiers = ["underlined"] }
|
||||
"markup.link.text" = "yellow"
|
||||
"markup.quote" = "green"
|
||||
|
||||
[palette]
|
||||
# primary colors
|
||||
"red" = "#ff657a"
|
||||
|
@ -85,6 +85,14 @@
|
||||
# make diagnostic underlined, to distinguish with selection text.
|
||||
diagnostic = { modifiers = ["underlined"] }
|
||||
|
||||
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
|
||||
"markup.heading" = "green"
|
||||
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
|
||||
"markup.italic" = { fg = "orange", modifiers = ["italic"] }
|
||||
"markup.link.url" = { fg = "orange", modifiers = ["underlined"] }
|
||||
"markup.link.text" = "yellow"
|
||||
"markup.quote" = "green"
|
||||
|
||||
[palette]
|
||||
# primary colors
|
||||
"red" = "#fd6883"
|
||||
|
@ -85,6 +85,14 @@
|
||||
# make diagnostic underlined, to distinguish with selection text.
|
||||
diagnostic = { modifiers = ["underlined"] }
|
||||
|
||||
# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
|
||||
"markup.heading" = "green"
|
||||
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
|
||||
"markup.italic" = { fg = "orange", modifiers = ["italic"] }
|
||||
"markup.link.url" = { fg = "orange", modifiers = ["underlined"] }
|
||||
"markup.link.text" = "yellow"
|
||||
"markup.quote" = "green"
|
||||
|
||||
[palette]
|
||||
# primary colors
|
||||
"red" = "#fc618d"
|
||||
|
Loading…
Reference in New Issue
Block a user