diff options
Diffstat (limited to 'runtime/themes/darcula.toml')
-rw-r--r-- | runtime/themes/darcula.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 00176ff2..5e88438e 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -23,6 +23,8 @@ "ui.virtual.ruler" = { bg = "grey02" } "ui.virtual.indent-guide" = "grey02" "ui.virtual.whitespace" = "grey03" +"ui.bufferline" = { fg = "grey04", bg = "grey00" } +"ui.bufferline.active" = { fg = "grey07", bg = "grey02" } "operator" = "grey05" "variable" = "white" |