diff options
Diffstat (limited to 'appearance.lua')
| -rw-r--r-- | appearance.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appearance.lua b/appearance.lua index 45a5240..a5d46cf 100644 --- a/appearance.lua +++ b/appearance.lua @@ -5,16 +5,16 @@ hl.config({ general = { -- 边距 gaps_in = 4, - gaps_out = { top = 0, right = 8, bottom = 8, left = 8 }, + gaps_out = { top = 8, right = 8, bottom = 8, left = 8 }, -- gaps_out = { top = 0, right = 0, bottom = 0, left = 0 }, -- 边框 - border_size = 2, + border_size = 1, -- 边框颜色 col = { active_border = { colors = { "rgba(EFEFEF32)" }, angle = 45 }, - inactive_border = "rgba(2A4A7400)", + inactive_border = "rgba(FFFFFF00)", }, -- 拖动窗口边缘缩放 |
