-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(themes): add more themes by tPenguinLTG
- Loading branch information
Showing
19 changed files
with
637 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/* "AIEE" by tPenguinLTG | ||
* https://www.deviantart.com/tpenguinltg/art/Aiee-668092636 | ||
*/ | ||
|
||
export default { | ||
name: 'aiee', | ||
anchor: 'rgb(0,0,128)', | ||
anchorVisited: 'rgb(0,0,128)', | ||
borderDark: 'rgb(211,214,217)', | ||
borderDarkest: 'rgb(65,187,241)', | ||
borderLight: 'rgb(238,244,252)', | ||
borderLightest: 'rgb(250,254,255)', | ||
canvas: 'rgb(255,255,255)', | ||
canvasText: 'rgb(0,62,1090)', | ||
canvasTextDisabled: 'rgb(211,214,217)', | ||
canvasTextDisabledShadow: 'rgb(250,254,255)', | ||
canvasTextInvert: 'rgb(0,62,109)', | ||
checkmark: 'rgb(0,62,1090)', | ||
checkmarkDisabled: 'rgb(88,152,231)', | ||
flatDark: 'rgb(211,214,217)', | ||
flatLight: 'rgb(238,244,252)', | ||
focusSecondary: 'rgb(250,254,255)', | ||
headerBackground: | ||
'linear-gradient(to right, rgb(4,118,180), rgb(251,211,61))', | ||
headerNotActiveBackground: | ||
'linear-gradient(to right, rgb(0,159,223), rgb(0,207,247))', | ||
headerNotActiveText: 'rgb(0,62,109)', | ||
headerText: 'rgb(255,255,255)', | ||
hoverBackground: 'rgb(251,211,61)', | ||
material: 'rgb(227,238,251)', | ||
materialDark: 'rgb(0,159,223)', | ||
materialText: 'rgb(0,62,109)', | ||
materialTextDisabled: 'rgb(211,214,217)', | ||
materialTextDisabledShadow: 'rgb(250,254,255)', | ||
materialTextInvert: 'rgb(0,62,109)', | ||
progress: 'rgb(251,211,61)', | ||
tooltip: 'rgb(255,243,185)' | ||
}; |
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,36 @@ | ||
/* "Ash" by tPenguinLTG | ||
* https://www.deviantart.com/tpenguinltg/art/Ash-575566643 | ||
*/ | ||
export default { | ||
name: 'ash', | ||
anchor: 'rgb(192, 192, 192)', | ||
anchorVisited: 'rgb(192, 192, 192)', | ||
borderDark: 'rgb(63, 63, 63)', | ||
borderDarkest: 'rgb(0, 0, 0)', | ||
borderLight: 'rgb(115, 115, 115)', | ||
borderLightest: 'rgb(175, 175, 175)', | ||
canvas: 'rgb(64, 64, 64)', | ||
canvasText: 'rgb(0, 0, 0)', | ||
canvasTextDisabled: 'rgb(63, 63, 63)', | ||
canvasTextDisabledShadow: 'rgb(175, 175, 175)', | ||
canvasTextInvert: 'rgb(255, 255, 255)', | ||
checkmark: 'rgb(0, 0, 0)', | ||
checkmarkDisabled: 'rgb(128, 128, 128)', | ||
flatDark: 'rgb(63, 63, 63)', | ||
flatLight: 'rgb(96, 96, 96)', | ||
focusSecondary: 'rgb(175, 175, 175)', | ||
headerBackground: 'linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0))', | ||
headerNotActiveBackground: | ||
'linear-gradient(to right, rgb(63, 63, 63), rgb(0, 0, 0))', | ||
headerNotActiveText: 'rgb(128, 128, 128)', | ||
headerText: 'rgb(255, 255, 255)', | ||
hoverBackground: 'rgb(0, 0, 0)', | ||
material: 'rgb(96, 96, 96)', | ||
materialDark: 'rgb(63, 63, 63)', | ||
materialText: 'rgb(0, 0, 0)', | ||
materialTextDisabled: 'rgb(63, 63, 63)', | ||
materialTextDisabledShadow: 'rgb(175, 175, 175)', | ||
materialTextInvert: 'rgb(255, 255, 255)', | ||
progress: 'rgb(0, 0, 0)', | ||
tooltip: 'rgb(0, 0, 0)' | ||
}; |
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,38 @@ | ||
/* "Blue" by tPenguinLTG | ||
* https://www.deviantart.com/tpenguinltg/art/Blue-525167751 | ||
*/ | ||
|
||
export default { | ||
name: 'blue', | ||
anchor: 'rgb(0, 0, 128)', | ||
anchorVisited: 'rgb(0, 0, 128)', | ||
borderDark: 'rgb(49, 131, 221)', | ||
borderDarkest: 'rgb(0, 0, 0)', | ||
borderLight: 'rgb(166, 202, 240)', | ||
borderLightest: 'rgb(211, 228, 248)', | ||
canvas: 'rgb(255, 255, 255)', | ||
canvasText: 'rgb(0, 0, 0)', | ||
canvasTextDisabled: 'rgb(49, 131, 221)', | ||
canvasTextDisabledShadow: 'rgb(211, 228, 248)', | ||
canvasTextInvert: 'rgb(255, 255, 255)', | ||
checkmark: 'rgb(0, 0, 0)', | ||
checkmarkDisabled: 'rgb(49, 131, 221)', | ||
flatDark: 'rgb(49, 131, 221)', | ||
flatLight: 'rgb(166, 202, 240)', | ||
focusSecondary: 'rgb(211, 228, 248)', | ||
headerBackground: | ||
'linear-gradient(to right, rgb(0, 0, 128), rgb(16, 132, 208))', | ||
headerNotActiveBackground: | ||
'linear-gradient(to right, rgb(49, 131, 221), rgb(49, 131, 221))', | ||
headerNotActiveText: 'rgb(0, 0, 128)', | ||
headerText: 'rgb(255, 255, 255)', | ||
hoverBackground: 'rgb(51, 153, 255)', | ||
material: 'rgb(166, 202, 240)', | ||
materialDark: 'rgb(49, 131, 221)', | ||
materialText: 'rgb(0, 0, 0)', | ||
materialTextDisabled: 'rgb(49, 131, 221)', | ||
materialTextDisabledShadow: 'rgb(211, 228, 248)', | ||
materialTextInvert: 'rgb(255, 255, 255)', | ||
progress: 'rgb(51, 153, 255)', | ||
tooltip: 'rgb(225, 225, 255)' | ||
}; |
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,38 @@ | ||
/* "Cherry" by tPenguinLTG | ||
* https://www.deviantart.com/tpenguinltg/art/Cherry-747961418 | ||
*/ | ||
|
||
export default { | ||
name: 'cherry', | ||
anchor: 'rgb(128, 0, 1)', | ||
anchorVisited: 'rgb(128, 0, 1)', | ||
borderDark: 'rgb(128, 128, 128)', | ||
borderDarkest: 'rgb(64, 64, 64)', | ||
borderLight: 'rgb(200, 212, 208)', | ||
borderLightest: 'rgb(255, 255, 255)', | ||
canvas: 'rgb(255, 255, 255)', | ||
canvasText: 'rgb(0, 0, 0)', | ||
canvasTextDisabled: 'rgb(128, 128, 128)', | ||
canvasTextDisabledShadow: 'rgb(255, 255, 255)', | ||
canvasTextInvert: 'rgb(255, 255, 255)', | ||
checkmark: 'rgb(0, 0, 0)', | ||
checkmarkDisabled: 'rgb(128, 128, 128)', | ||
flatDark: 'rgb(128, 128, 128)', | ||
flatLight: 'rgb(200, 212, 208)', | ||
focusSecondary: 'rgb(255, 255, 255)', | ||
headerBackground: | ||
'linear-gradient(to right, rgb(106, 10, 36), rgb(240, 166, 202))', | ||
headerNotActiveBackground: | ||
'linear-gradient(to right, rgb(128, 128, 128), rgb(192, 192, 192))', | ||
headerNotActiveText: 'rgb(212, 208, 200)', | ||
headerText: 'rgb(255, 255, 255)', | ||
hoverBackground: 'rgb(106, 10, 36)', | ||
material: 'rgb(200, 212, 208)', | ||
materialDark: 'rgb(128, 128, 128)', | ||
materialText: 'rgb(0, 0, 0)', | ||
materialTextDisabled: 'rgb(128, 128, 128)', | ||
materialTextDisabledShadow: 'rgb(255, 255, 255)', | ||
materialTextInvert: 'rgb(255, 255, 255)', | ||
progress: 'rgb(106, 10, 36)', | ||
tooltip: 'rgb(225, 254, 255)' | ||
}; |
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,38 @@ | ||
/* "Teal for Shelbi - Dark" by tPenguinLTG | ||
* https://www.deviantart.com/tpenguinltg/art/Teal-for-Shelbi-Dark-631177772 | ||
*/ | ||
|
||
export default { | ||
name: 'darkTeal', | ||
anchor: 'rgb(0, 132, 132)', | ||
anchorVisited: 'rgb(0, 132, 132)', | ||
borderDark: 'rgb(21, 43, 43)', | ||
borderDarkest: 'rgb(0, 0, 0)', | ||
borderLight: 'rgb(32, 64, 64)', | ||
borderLightest: 'rgb(88, 139, 139)', | ||
canvas: 'rgb(0, 48, 48)', | ||
canvasText: 'rgb(255, 255, 255)', | ||
canvasTextDisabled: 'rgb(21, 43, 43)', | ||
canvasTextDisabledShadow: 'rgb(88, 139, 139)', | ||
canvasTextInvert: 'rgb(255, 255, 255)', | ||
checkmark: 'rgb(255, 255, 255)', | ||
checkmarkDisabled: 'rgb(64, 128, 128)', | ||
flatDark: 'rgb(21, 43, 43)', | ||
flatLight: 'rgb(32, 64, 64)', | ||
focusSecondary: 'rgb(88, 139, 139)', | ||
headerBackground: | ||
'linear-gradient(to right, rgb(0, 96, 96), rgb(0, 132, 132))', | ||
headerNotActiveBackground: | ||
'linear-gradient(to right, rgb(24, 50, 50), rgb(92, 112, 112))', | ||
headerNotActiveText: 'rgb(192, 204, 204)', | ||
headerText: 'rgb(255, 255, 255)', | ||
hoverBackground: 'rgb(0, 128, 128)', | ||
material: 'rgb(32, 64, 64)', | ||
materialDark: 'rgb(24, 50, 50)', | ||
materialText: 'rgb(255, 255, 255)', | ||
materialTextDisabled: 'rgb(21, 43, 43)', | ||
materialTextDisabledShadow: 'rgb(88, 139, 139)', | ||
materialTextInvert: 'rgb(255, 255, 255)', | ||
progress: 'rgb(0, 128, 128)', | ||
tooltip: 'rgb(0, 32, 32)' | ||
}; |
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,38 @@ | ||
/* "Seawater" by tPenguinLTG | ||
* https://www.deviantart.com/tpenguinltg/art/FxDev-701274128 | ||
*/ | ||
|
||
export default { | ||
name: 'fxDev', | ||
anchor: 'rgb(47, 138, 202)', | ||
anchorVisited: 'rgb(47, 138, 202)', | ||
borderDark: 'rgb(27, 33, 39)', | ||
borderDarkest: 'rgb(7, 9, 10)', | ||
borderLight: 'rgb(69 82 94)', | ||
borderLightest: 'rgb(107, 113, 122)', | ||
canvas: 'rgb(23, 27, 31)', | ||
canvasText: 'rgb(245, 247, 250)', | ||
canvasTextDisabled: 'rgb(27, 33, 39)', | ||
canvasTextDisabledShadow: 'rgb(107, 113, 122)', | ||
canvasTextInvert: 'rgb(255, 255, 255)', | ||
checkmark: 'rgb(245, 247, 250)', | ||
checkmarkDisabled: 'rgb(133, 136, 140)', | ||
flatDark: 'rgb(27, 33, 39)', | ||
flatLight: 'rgb(57, 66, 77)', | ||
focusSecondary: 'rgb(107, 113, 122)', | ||
headerBackground: | ||
'linear-gradient(to right, rgb(26, 70, 102), rgb(26, 70, 102))', | ||
headerNotActiveBackground: | ||
'linear-gradient(to right, rgb(28, 33, 38), rgb(28, 33, 38))', | ||
headerNotActiveText: 'rgb(245, 247, 250)', | ||
headerText: 'rgb(245, 247, 250)', | ||
hoverBackground: 'rgb(7, 77, 117)', | ||
material: 'rgb(57, 66, 77)', | ||
materialDark: 'rgb(28, 33, 38)', | ||
materialText: 'rgb(255, 255, 255)', | ||
materialTextDisabled: 'rgb(27, 33, 39)', | ||
materialTextDisabledShadow: 'rgb(107, 113, 122)', | ||
materialTextInvert: 'rgb(255, 255, 255)', | ||
progress: 'rgb(7, 77, 117)', | ||
tooltip: 'rgb(243, 242, 219)' | ||
}; |
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,38 @@ | ||
/* "Hot Chocolate" by tPenguinLTG | ||
* https://www.deviantart.com/tpenguinltg/art/Hot-Chocolate-654380979 | ||
*/ | ||
|
||
export default { | ||
name: 'hotChocolate', | ||
anchor: 'rgb(128, 96, 64)', | ||
anchorVisited: 'rgb(128, 96, 64)', | ||
borderDark: 'rgb(128, 96, 64)', | ||
borderDarkest: 'rgb(64, 64, 64)', | ||
borderLight: 'rgb(181, 143, 106)', | ||
borderLightest: 'rgb(219, 200, 181)', | ||
canvas: 'rgb(219, 200, 181)', | ||
canvasText: 'rgb(57, 43, 28)', | ||
canvasTextDisabled: 'rgb(128, 96, 64)', | ||
canvasTextDisabledShadow: 'rgb(219, 200, 181)', | ||
canvasTextInvert: 'rgb(255, 255, 255)', | ||
checkmark: 'rgb(57, 43, 28)', | ||
checkmarkDisabled: 'rgb(128, 96, 64)', | ||
flatDark: 'rgb(128, 96, 64)', | ||
flatLight: 'rgb(181, 143, 106)', | ||
focusSecondary: 'rgb(219, 200, 181)', | ||
headerBackground: | ||
'linear-gradient(to right, rgb(128, 96, 64), rgb(208, 183, 157))', | ||
headerNotActiveBackground: | ||
'linear-gradient(to right, rgb(128, 96, 64), rgb(128, 96, 64))', | ||
headerNotActiveText: 'rgb(219, 200, 181)', | ||
headerText: 'rgb(255, 255, 255)', | ||
hoverBackground: 'rgb(128, 96, 64)', | ||
material: 'rgb(181, 143, 106)', | ||
materialDark: 'rgb(128, 96, 64)', | ||
materialText: 'rgb(57, 43, 28)', | ||
materialTextDisabled: 'rgb(128, 96, 64)', | ||
materialTextDisabledShadow: 'rgb(219, 200, 181)', | ||
materialTextInvert: 'rgb(255, 255, 255)', | ||
progress: 'rgb(128, 96, 64)', | ||
tooltip: 'rgb(219, 200, 181)' | ||
}; |
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
Empty file.
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
Oops, something went wrong.
cb44d00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: