diff options
| author | Blake Romero <blake@blkrom.com> | 2025-01-24 21:15:40 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-01-24 21:15:40 +0000 |
| commit | c8b5d972b986e695d3a83204a788b435fc2668f7 (patch) | |
| tree | b628ce7150084a900205e94d93c42ca7173e9502 /lua/plugins/alpha.lua | |
| parent | cd58866e24e919f78f327b92ae4f99f15c4d30be (diff) | |
Remove custom alpha header
Diffstat (limited to 'lua/plugins/alpha.lua')
| -rw-r--r-- | lua/plugins/alpha.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua index 0a769c7..a0f8e12 100644 --- a/lua/plugins/alpha.lua +++ b/lua/plugins/alpha.lua @@ -4,15 +4,6 @@ return { config = function() local theme = require("alpha.themes.startify") theme.file_icons.provider = "devicons" - theme.section.header.val = { - [[ ████ ██████ █████ ██ ]], - [[ ███████████ █████ ]], - [[ █████████ ███████████████████ ███ ███████████ ]], - [[ █████████ ███ █████████████ █████ ██████████████ ]], - [[ █████████ ██████████ █████████ █████ █████ ████ █████ ]], - [[ ███████████ ███ ███ █████████ █████ █████ ████ █████ ]], - [[ ██████ █████████████████████ ████ █████ █████ ████ ██████ ]], - } require("alpha").setup(theme.config) end, keys = { |
