Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi committed Aug 24, 2021
1 parent 8087f0b commit 05d7e0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helix-syntax/languages/tree-sitter-protobuf
10 changes: 5 additions & 5 deletions runtime/themes/monokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module" = { fg = "type" }

"type" = { fg = "type" }
"type.builtin" = { fg = "type" }
"type.builtin" = { fg = "#66D9EF" }
"type.enum.variant" = { fg = "constant" }
"constructor" = { fg = "constant" }
"property" = { fg = "variable" }
Expand All @@ -14,7 +14,7 @@
"keyword.control" = { fg = "keyword" }
"label" = { fg = "keyword" }

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

"punctuation" = { fg = "text" }
Expand All @@ -24,7 +24,7 @@
"variable.parameter" = { fg = "#fd971f" }
"variable.builtin" = { fg = "keyword" }
"constant" = { fg = "variable" }
"constant.builtin" = { fg = "keyword" }
"constant.builtin" = { fg = "#ae81ff" }

"function" = { fg = "fn_declaration" }
"function.builtin" = { fg = "fn_declaration" }
Expand All @@ -45,8 +45,8 @@
"ui.menu.selected" = { bg = "widget" }

"ui.cursor" = { fg = "cursor", modifiers = ["reversed"] }
"ui.cursor.primary" = { bg = "cursor" }
"ui.cursor.match" = { bg = "inactive_cursor", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "cursor", modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "#888888", modifiers = ["reversed"] }

"ui.selection" = { bg = "#878b91" }
"ui.selection.primary" = { bg = "#575b61" } # editor.selectionHighlightBackground
Expand Down

0 comments on commit 05d7e0e

Please sign in to comment.