-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: theming issues & all included themes are builtin
- Loading branch information
Showing
11 changed files
with
99 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
themes/black_dark.theme.json → src/lib/theme/builtins/black_dark.theme.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Black Dark", | ||
"id": "builtin:black_dark", | ||
"colorScheme": "dark", | ||
"colors": { | ||
"dark": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Catppuccin Frappé", | ||
"id": "builtin:cat_frappe", | ||
"colorScheme": "dark", | ||
"colors": { | ||
"blue": [ | ||
"#FFFFFF", | ||
"#b8caf4", | ||
"#a2baf1", | ||
"#7599ea", | ||
"#5f89e7", | ||
"#8c99ee", | ||
"#8ca1ee", | ||
"#8cb2ee", | ||
"#8cbaee", | ||
"#8caaee" | ||
], | ||
"dark": [ | ||
"#c6d0f5", | ||
"#949cbb", | ||
"#838ba7", | ||
"#737994", | ||
"#626880", | ||
"#51576d", | ||
"#414559", | ||
"#303446", | ||
"#292c3c", | ||
"#232634" | ||
] | ||
}, | ||
"primaryColor": "blue", | ||
"mainBackgroundColor": "var(--mantine-color-dark-9)" | ||
} |
1 change: 1 addition & 0 deletions
1
themes/catppuccin_latte.theme.json → ...heme/builtins/catppuccin_latte.theme.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Catppuccin Latte", | ||
"id": "builtin:cat_latte", | ||
"colorScheme": "light", | ||
"colors": { | ||
"blue": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Catppuccin Macchiato", | ||
"id": "builtin:cat_macchiato", | ||
"colorScheme": "dark", | ||
"colors": { | ||
"blue": [ | ||
"#FFFFFF", | ||
"#a1bdf6", | ||
"#729cf1", | ||
"#5b8cef", | ||
"#899bf4", | ||
"#89a4f4", | ||
"#89acf4", | ||
"#89b5f4", | ||
"#89bef4", | ||
"#8aadf4" | ||
], | ||
"dark": [ | ||
"#cad3f5", | ||
"#8087a2", | ||
"#8087a2", | ||
"#6e738d", | ||
"#5b6078", | ||
"#494d64", | ||
"#363a4f", | ||
"#24273a", | ||
"#1e2030", | ||
"#181926" | ||
] | ||
}, | ||
"primaryColor": "blue", | ||
"mainBackgroundColor": "var(--mantine-color-dark-9)" | ||
} |
1 change: 1 addition & 0 deletions
1
themes/catppuccin_mocha.theme.json → ...heme/builtins/catppuccin_mocha.theme.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Catppuccin Mocha", | ||
"id": "builtin:cat_mocha", | ||
"colorScheme": "dark", | ||
"colors": { | ||
"blue": [ | ||
|
1 change: 1 addition & 0 deletions
1
themes/dark_blue.theme.json → src/lib/theme/builtins/dark_blue.theme.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Dark Blue", | ||
"id": "builtin:dark_blue", | ||
"colorScheme": "dark", | ||
"colors": { | ||
"blue": [ | ||
|
1 change: 1 addition & 0 deletions
1
themes/light_blue.theme.json → src/lib/theme/builtins/light_blue.theme.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Light Blue", | ||
"id": "builtin:light_blue", | ||
"colorScheme": "light", | ||
"colors": { | ||
"blue": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.