mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added user2 and refactored to accommodate
This commit is contained in:
parent
c169f84dcc
commit
9cdcf4fec4
97 changed files with 1473 additions and 1052 deletions
|
@ -1,5 +1,6 @@
|
|||
let
|
||||
currentTheme = catppuccin-mocha;
|
||||
currentTheme0 = catppuccin-mocha;
|
||||
currentTheme1 = catppuccin-macchiato;
|
||||
|
||||
brogrammer = "brogrammer";
|
||||
catppuccin-frappe = "catppuccin-frappe";
|
||||
|
@ -22,20 +23,35 @@ let
|
|||
in
|
||||
{
|
||||
themes = {
|
||||
currentTheme = currentTheme;
|
||||
currentThemes = {
|
||||
theme0 = currentTheme0;
|
||||
};
|
||||
cursor = {
|
||||
name = "";
|
||||
size = 18;
|
||||
};
|
||||
font = {
|
||||
name = "MonaspiceRn Nerd Font";
|
||||
size = {
|
||||
|
||||
applications = 14;
|
||||
desktop = 12;
|
||||
popups = 10;
|
||||
terminal = 10;
|
||||
|
||||
fonts = {
|
||||
names = {
|
||||
name0 = "MonaspiceRn Nerd Font";
|
||||
name1 = "";
|
||||
};
|
||||
sizes = {
|
||||
applications = {
|
||||
size0 = 14;
|
||||
size1 = 14;
|
||||
};
|
||||
desktop = {
|
||||
size0 = 12;
|
||||
size1 = 12;
|
||||
};
|
||||
popups = {
|
||||
size0 = 10;
|
||||
size1 = 10;
|
||||
};
|
||||
terminal = {
|
||||
size0 = 10;
|
||||
size1 = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
palettes =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue