You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
localdashboard=require("startup.themes.dashboard")
localevil=require("startup.themes.evil")
localstartify=require("startup.themes.startify")
-- some edit to the themes
Hello, I would like to slightly override some of the 'dashboard' theme settings, in particular I would like to add
quotes
as seen inevil
orstartify
. Is it possible without having to create new theme?The text was updated successfully, but these errors were encountered: