Skip to content

Commit

Permalink
refine darcula and darcula-solid themes (helix-editor#8412)
Browse files Browse the repository at this point in the history
  • Loading branch information
boofexxx committed Sep 28, 2023
1 parent ba06371 commit 77fe8f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 1 addition & 4 deletions runtime/themes/darcula-solid.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ inherits = "darcula"

"ui.background.separator" = { bg = "grey01" }
"ui.menu.scroll" = { fg = "grey02", bg = "grey00" }
"ui.popup" = { fg = "grey03", bg = "grey02" }
"ui.popup" = { fg = "grey05", bg = "grey00" }
"ui.window" = { bg = "grey00" }
"ui.selection" = { bg = "blue" }
"ui.cursorline.secondary" = { bg = "grey03" }

[palette]
Expand All @@ -15,5 +14,3 @@ grey01 = "#1f1f1f"
grey02 = "#323232"
grey03 = "#555555"
grey04 = "#a8a8a8"

blue = "#104158"
6 changes: 4 additions & 2 deletions runtime/themes/darcula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"ui.gutter" = { bg = "grey01" }
"ui.popup" = { fg = "grey05", bg = "grey00" }
"ui.window" = { bg = "grey01" }
"ui.selection" = { bg = "grey03" }
"ui.selection" = { bg = "grey02" }
"ui.selection.primary" = { bg = "blue" }
"ui.statusline" = { fg = "grey04", bg = "grey02" }
"ui.statusline.insert" = { bg = "white", fg = "grey01" }
"ui.statusline.select" = { bg = "orange", fg = "grey01" }
Expand Down Expand Up @@ -61,7 +62,7 @@
"markup.link.url" = { fg = "lightblue", modifiers = ["underlined"] }
"markup.link.text" = "white"
"markup.quote" = "darkgreen"
"markup.raw" = "white"
"markup.raw" = "purple"

"diff.plus" = "green"
"diff.delta" = "grey"
Expand Down Expand Up @@ -97,3 +98,4 @@ green = "#32cd32"
grey = "#808080"
darkgreen = "#629755"
lightblue = "#6897bb"
blue = "#104158"

0 comments on commit 77fe8f2

Please sign in to comment.