mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
dank16: update algorithm overall
- More similarities to primary, smoother gradient of cyan->purple->magenta->white, keep gray - Make purple slot near-match for primaryContainer
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
{
|
||||
"scope": ["keyword"],
|
||||
"settings": {
|
||||
"foreground": "{{dank16.color5.dark.hex}}"
|
||||
"foreground": "{{dank16.color6.dark.hex}}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -320,7 +320,7 @@
|
||||
"foreground": "{{dank16.color12.dark.hex}}"
|
||||
},
|
||||
"keyword": {
|
||||
"foreground": "{{dank16.color5.dark.hex}}"
|
||||
"foreground": "{{dank16.color6.dark.hex}}"
|
||||
},
|
||||
"comment": {
|
||||
"foreground": "{{dank16.color8.dark.hex}}"
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
{
|
||||
"scope": ["keyword"],
|
||||
"settings": {
|
||||
"foreground": "{{dank16.color5.default.hex}}"
|
||||
"foreground": "{{dank16.color6.default.hex}}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -272,7 +272,7 @@
|
||||
"foreground": "{{dank16.color12.default.hex}}"
|
||||
},
|
||||
"keyword": {
|
||||
"foreground": "{{dank16.color5.default.hex}}"
|
||||
"foreground": "{{dank16.color6.default.hex}}"
|
||||
},
|
||||
"comment": {
|
||||
"foreground": "{{colors.outline.default.hex}}"
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
"storage.type"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "{{dank16.color5.light.hex}}"
|
||||
"foreground": "{{dank16.color6.light.hex}}"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -444,7 +444,7 @@
|
||||
"foreground": "{{colors.outline.light.hex}}"
|
||||
},
|
||||
"keyword": {
|
||||
"foreground": "{{dank16.color5.light.hex}}"
|
||||
"foreground": "{{dank16.color6.light.hex}}"
|
||||
},
|
||||
"operator": {
|
||||
"foreground": "{{colors.on_surface.light.hex}}"
|
||||
|
||||
Reference in New Issue
Block a user