Updated: Monday, August 28,2023-08-28 02:29:02

main
System Administrator 2023-08-28 02:29:02 -04:00
parent d226325a0a
commit a096521298
2 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,11 @@
{
"accentColor": "#d161ef",
"accentColor": "#d98bfd",
"translucency": true,
"showViewHeader": true,
"nativeMenus": true,
"cssTheme": "Aura",
"theme": "obsidian",
"baseFontSize": 14,
"textFontFamily": "Times New Roman",
"interfaceFontFamily": "Times New Roman"
"textFontFamily": "",
"interfaceFontFamily": ""
}

View File

@ -1,5 +1,5 @@
{
"aura@@cpt-accent": "var(--cpt-pink)",
"aura@@cpt-accent": "var(--cpt-aura)",
"aura@@aura-colorshemes-dark": "default",
"aura@@aura-active-line": "aura-no-highlight",
"aura@@aura-translucent-window": true,
@ -8,5 +8,6 @@
"aura@@aura-rainbow-folders": false,
"aura@@aura-floating-titlebar": true,
"aura@@aura-floating-status-bar": true,
"aura@@aura-vault-name-toggle": true
"aura@@aura-vault-name-toggle": true,
"aura@@aura-neon-headings": false
}