mirror of
https://github.com/NicklasVraa/Color-manager.git
synced 2026-01-18 17:27:20 +01:00
15 lines
379 B
JSON
15 lines
379 B
JSON
{
|
|
"type": "mapping",
|
|
"name": "Re-Nord",
|
|
"desc": "Maps nord colors to different nord colors. Only meant for testing the color remapping function.",
|
|
"smooth": true,
|
|
"map": {
|
|
"#434c5e": "#2e3440",
|
|
"#4c566a": "#3b4252",
|
|
"#b48ead": "#8fbcbb",
|
|
"#ebcb8b": "#eceff4",
|
|
"#d08770": "#e5e9f0",
|
|
"#bf616a": "#d8dee9"
|
|
}
|
|
}
|