mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added other user themes
This commit is contained in:
parent
6cdbfedc93
commit
1635b0c845
40 changed files with 593 additions and 210 deletions
|
@ -1,6 +1,7 @@
|
|||
let
|
||||
currentTheme0 = catppuccin-mocha;
|
||||
currentTheme1 = catppuccin-macchiato;
|
||||
currentTheme0 = catppuccin-mocha; # User0 Theme
|
||||
currentTheme1 = catppuccin-mocha; # User1 Theme
|
||||
currentTheme2 = catppuccin-mocha; # User2 Theme
|
||||
|
||||
brogrammer = "brogrammer";
|
||||
catppuccin-frappe = "catppuccin-frappe";
|
||||
|
@ -23,8 +24,10 @@ let
|
|||
in
|
||||
{
|
||||
themes = {
|
||||
currentThemes = {
|
||||
theme0 = currentTheme0;
|
||||
currentTheme = {
|
||||
theme0 = currentTheme0; # User0 Theme
|
||||
theme1 = currentTheme1; # User1 Theme
|
||||
theme2 = currentTheme2; # User2 Theme
|
||||
};
|
||||
cursor = {
|
||||
name = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue