Skip to content

Commit

Permalink
theme: monkai_aqua variant (helix-editor#5578)
Browse files Browse the repository at this point in the history
Current monokai (pro or otherwise) seems too red and green,
missingthe bright aqua / cyan color found in Sublime's Monokai.

This adds a variant of monokai, which I named monokai_aqua.
  • Loading branch information
eed3si9n authored and Shafkath Shuhan committed Jan 24, 2023
1 parent 2b02e7d commit f18bb59
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions runtime/themes/monokai_aqua.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
inherits = "monokai"

"keyword.control.import" = { fg = "cyan", modifiers = ["italic"] }
"keyword.function" = { fg = "cyan", modifiers = ["italic"] }
"keyword.storage.type" = { fg = "cyan", modifiers = ["italic"] }

"namespace" = { fg = "text" }

"type" = { fg = "type", modifiers = ["bold"] }

"ui.statusline.normal" = { fg = "light-black", bg = "cyan" }
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
"ui.statusline.select" = { fg = "light-black", bg = "purple" }

[palette]
cyan = "#66D9EF"
type = "#66D9EF"

0 comments on commit f18bb59

Please sign in to comment.