Skip to content

Commit

Permalink
Update dark_plus.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi authored and pickfire committed Aug 18, 2021
1 parent 16bf8e1 commit 7560af1
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@

"namespace" = { fg = "type" }
"module" = { fg = "type" }

"type" = { fg = "type" }
"type.builtin" = { fg = "type" }
"type.enum.variant" = { fg = "constant" }
"constructor" = { fg = "constant" }
"property" = { fg = "variable" }

"keyword" = { fg = "keyword" }
"keyword.directive" = { fg = "keyword" }
"function.macro" = { fg = "keyword" }
"variable.builtin" = { fg = "keyword" }
"keyword.control" = { fg = "special" }
"label" = { fg = "keyword" }
"constant.builtin" = { fg = "keyword" }

"punctuation" = { fg = "text" }
"punctuation.delimiter" = { fg = "text" }

"keyword.control" = { fg = "special" }
"special" = { fg = "text" }
"operator" = { fg = "text" }

"punctuation" = { fg = "text" }
"punctuation.delimiter" = { fg = "text" }

"variable" = { fg = "variable" }
"variable.parameter" = { fg = "variable" }
"property" = { fg = "variable" }
"variable.builtin" = { fg = "keyword" }
"constant" = { fg = "constant" }
"constant.builtin" = { fg = "keyword" }

"attribute" = { fg = "fn_declaration" }
"function" = { fg = "fn_declaration" }
"function.builtin" = { fg = "fn_declaration" }
"function.macro" = { fg = "keyword" }
"attribute" = { fg = "fn_declaration" }

"comment" = { fg = "#6A9955" }

"constant" = { fg = "constant" }
"type.enum.variant" = { fg = "constant" }
"constructor" = { fg = "constant" }

"string" = { fg = "#ce9178" }
"number" = { fg = "#b5cea8" }
"escape" = { fg = "#d7ba7d" }

"ui.background" = { fg = "#d4d4d4", bg = "#1e1e1e" }

"ui.help" = { bg = "widget" }
"ui.popup" = { bg = "widget" }
"ui.window" = { bg = "widget" }
"ui.popup" = { bg = "widget" }
"ui.help" = { bg = "widget" }
"ui.menu.selected" = { bg = "widget" }

"ui.cursor" = { fg = "cursor", modifiers = ["reversed"] }
Expand All @@ -65,6 +65,8 @@
"info" = { fg = "#75beff" }
"hint" = { fg = "#eeeeeeb3" }

diagnostic = { modifiers = ["underlined"] }

[palette]
type = "#4EC9B0"
keyword = "#569CD6"
Expand Down

0 comments on commit 7560af1

Please sign in to comment.