Skip to content

Commit

Permalink
Update picker headers styling in Darcula themes (#11620)
Browse files Browse the repository at this point in the history
* Apply styling to picker headers in Darcula themes

* Add background to active picker column in Darcula.
  • Loading branch information
jesusmgg committed Sep 17, 2024
1 parent f4df4bf commit 84fbadb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/darcula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"ui.virtual.jump-label" = { fg = "lightblue", modifiers = ["italic", "bold"] }
"ui.bufferline" = { fg = "grey04", bg = "grey00" }
"ui.bufferline.active" = { fg = "grey07", bg = "grey02" }
"ui.picker.header.column" = { fg = "grey05", modifiers = ["italic", "bold"] }
"ui.picker.header.column.active" = { fg = "grey05", bg = "grey03", modifiers = ["italic", "bold"] }

"operator" = "grey05"
"variable" = "white"
Expand Down

0 comments on commit 84fbadb

Please sign in to comment.