Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding parts of theme #48

Open
sobanieca opened this issue Nov 15, 2023 · 1 comment
Open

Overriding parts of theme #48

sobanieca opened this issue Nov 15, 2023 · 1 comment

Comments

@sobanieca
Copy link

Hello, I would like to slightly override some of the 'dashboard' theme settings, in particular I would like to add quotes as seen in evil or startify. Is it possible without having to create new theme?

@TranThangBin
Copy link

TranThangBin commented Feb 27, 2024

Hello, I would like to slightly override some of the 'dashboard' theme settings, in particular I would like to add quotes as seen in evil or startify. Is it possible without having to create new theme?

Looking at the files i found that we could import the themes settings with something like this

local dashboard = require("startup.themes.dashboard")
local evil = require("startup.themes.evil")
local startify = require("startup.themes.startify")
-- some edit to the themes

You could look more here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants