Skip to content

Commit

Permalink
Enables transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
usodst committed Nov 28, 2023
1 parent 2b77b43 commit a75b58c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chadrc.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---@type ChadrcConfig
local M = {}

M.ui = {theme = 'github_dark'}
M.ui = {
theme = 'github_dark',
transparency = true
}
M.plugins = 'custom.plugins'
M.mappings = require("custom.configs.mappings")

Expand Down

0 comments on commit a75b58c

Please sign in to comment.