mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Lighter color for unfocused window
This commit is contained in:
parent
86ccea8c34
commit
36cca94dd9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ onedarkpro.setup({
|
|||
colors = {
|
||||
onedark = {
|
||||
bg = "#1e1e1e",
|
||||
color_column = "#000000", -- For unfocussed
|
||||
color_column = "#1b1b1b", -- For unfocused
|
||||
},
|
||||
},
|
||||
options = {
|
||||
|
|
Loading…
Reference in a new issue