Replies: 1 comment
-
|
Hey did you find out anything? I just came across this same issue, seems like you might need to copy paste the whole theta theme and modify the buttons but I wonder if there's an easier way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this are my configs
{
"goolord/alpha-nvim",
lazy = false,
dependencies = {
"nvim-tree/nvim-web-devicons",
"nvim-lua/plenary.nvim",
},
config = function()
local alpha = require ("alpha")
local config = require("alpha.themes.theta").config
-- there's no name, access via index
config.layout[2].val = {
[[ ]],
[[ ]],
[[ ]],
[[ ]],
[[ ]],
[[ ████ ██████ █████ ██ ]],
[[ ███████████ █████ ]],
[[ █████████ ███████████████████ ███ ███████████ ]],
[[ █████████ ███ █████████████ █████ ██████████████ ]],
[[ █████████ ██████████ █████████ █████ █████ ████ █████ ]],
[[ ███████████ ███ ███ █████████ █████ █████ ████ █████ ]],
[[ ██████ █████████████████████ ████ █████ █████ ████ ██████ ]],
[[ ]],
[[ ]],
[[ ]],
}
},
Beta Was this translation helpful? Give feedback.
All reactions