Skip to content

Commit

Permalink
Add molokai theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaechus committed Mar 10, 2023
1 parent 3d230e7 commit 8d4d94b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions runtime/themes/molokai.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Author : Maxwell Anderson <[email protected]>

"comment" = "#88846f"
"constant" = { fg = "#ae81ff", modifiers = ["bold"] }
"constant.builtin" = "#ae81ff"
"constant.character" = "#e6db74"
"constant.numeric" = "#ae81ff"
"constant.numeric.float" = "#ae81ff"
"function" = "#a6e22e"
"function.builtin" = "#a6e22e"
"function.macro" = "#c4be89"
"function.special" = "#a6e22e"
"keyword" = { fg = "#f92672", modifiers = ["bold"] }
"keyword.control.conditional" = { fg = "#f92672", modifiers = ["bold"] }
"keyword.control.exception" = { fg = "#a6e22e", modifiers = ["bold"] }
"keyword.control.repeat" = { fg = "#f92672", modifiers = ["bold"] }
"keyword.directive" = { fg = "#a6e22e", modifiers = ["bold"] }
"keyword.storage.modifier" = { fg = "#fd971f", modifiers = ["italic"] }
"label" = "#e6db74"
"operator" = "#f92672"
"punctuation.delimeter" = "#8f8f8f"
"string" = "#e6db74"
"tag" = { fg = "#f92672", modifiers = ["italic"] }
"type" = "#66d9ef"
"type.builtin" = "#66d9ef"
"variable.other.member" = "#66d9ef"

"diff.plus" = { bg = "#13354a" }
"diff.minus" = { fg = "#960050", bg = "#1e0010" }
"diff.delta" = { fg = "#89807d", bg = "#4c4745" }

"ui.background" = { fg = "#f8f8f2", bg = "#1b1d1e" }
"ui.cursor.primary" = { fg = "#000000", bg = "#f8f8f0" }
"ui.cursor.match" = { fg = "#000000", bg = "#fd971f", modifiers = ["bold"] }
"ui.help" = { fg = "#66d9ef", bg = "#000000" }
"ui.linenr" = "#465457"
"ui.linenr.selected" = "#fd971f"
"ui.menu" = { fg = "#66d9ef", bg = "#000000" }
"ui.popup" = { fg = "#66d9ef", bg = "#000000" }
"ui.popup.info" = { fg = "#66d9ef", bg = "#000000" }
"ui.selection" = { bg = "#403d3d" }
"ui.statusline" = { fg = "#455354", bg = "fg" }
"ui.statusline.inactive" = { fg = "#808080", bg = "#080808" }
"ui.text.info" = { fg = "#66d9ef", bg = "#000000" }
"ui.window" = { fg = "#808080", bg = "#080808", modifiers = ["bold"] }

[palette]
fg = "#f8f8f2"

0 comments on commit 8d4d94b

Please sign in to comment.