Update .config/nvim/lua/plugins/alpha.lua
This commit is contained in:
parent
c9cb5b9a89
commit
f672ae8e2c
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ return {
|
|||
local alpha = require 'alpha'
|
||||
local dashboard = require 'alpha.themes.dashboard'
|
||||
|
||||
local frappe = require("catppuccin.palettes").get_palette "frappe"
|
||||
|
||||
vim.api.nvim_set_hl(0, 'DashboardHeader', { fg = frappe.lavender })
|
||||
dashboard.section.header.val = {
|
||||
[[⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿]],
|
||||
[[⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠋⣠⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿]],
|
||||
|
|
Loading…
Reference in a new issue