Skip to content

Commit

Permalink
Dracula theme: change variable and menu colors (#6855)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirikumbrah authored May 1, 2023
1 parent 0156237 commit 2701781
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions runtime/themes/dracula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"variable" = { fg = "foreground" }
"variable.builtin" = { fg = "purple", modifiers = ["italic"] }
"variable.parameter" = { fg = "orange", modifiers = ["italic"] }
"variable.other" = { fg = "cyan" }
"variable.other.member" = { fg = "purple" }
"variable.other" = { fg = "foreground" }
"variable.other.member" = { fg = "foreground" }


"diff.plus" = { fg = "green" }
Expand All @@ -73,8 +73,9 @@
"ui.highlight.frameline" = { fg = "background", bg = "red" }
"ui.linenr" = { fg = "comment" }
"ui.linenr.selected" = { fg = "foreground" }
"ui.menu" = { fg = "foreground", bg = "black" }
"ui.menu.selected" = { fg = "cyan", bg = "black" }
"ui.menu" = { fg = "background", bg = "purple" }
"ui.menu.selected" = { fg = "background", bg = "green", modifiers = ["dim"] }
"ui.menu.scroll" = { fg = "background", bg = "purple" }
"ui.popup" = { fg = "foreground", bg = "black" }
"ui.selection.primary" = { bg = "selection_primary" }
"ui.selection" = { bg = "selection" }
Expand Down

0 comments on commit 2701781

Please sign in to comment.