mirror of
https://github.com/NicklasVraa/Color-manager.git
synced 2026-03-18 21:50:34 +01:00
Added a few palettes.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"desc": "Pastel theme that aims to be the middle ground between low and high contrast themes.",
|
"desc": "Pastel theme that aims to be the middle ground between low and high contrast themes.",
|
||||||
"smooth": false,
|
"smooth": false,
|
||||||
"colors": [
|
"colors": [
|
||||||
"dc8a78",
|
"#dc8a78",
|
||||||
"#dd7878",
|
"#dd7878",
|
||||||
"#ea76cb",
|
"#ea76cb",
|
||||||
"#8839ef",
|
"#8839ef",
|
||||||
34
palettes/catppuccin_mocha.json
Normal file
34
palettes/catppuccin_mocha.json
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"type": "palette",
|
||||||
|
"name": "Catppuccin Mocha",
|
||||||
|
"desc": "The darkest variant of the catppuccin color scheme.",
|
||||||
|
"smooth": false,
|
||||||
|
"colors": [
|
||||||
|
"#f5e0dc",
|
||||||
|
"#f2cdcd",
|
||||||
|
"#f5c2e7",
|
||||||
|
"#cba6f7",
|
||||||
|
"#f38ba8",
|
||||||
|
"#eba0ac",
|
||||||
|
"#fab387",
|
||||||
|
"#f9e2af",
|
||||||
|
"#a6e3a1",
|
||||||
|
"#94e2d5",
|
||||||
|
"#89dceb",
|
||||||
|
"#74c7ec",
|
||||||
|
"#89b4fa",
|
||||||
|
"#b4befe",
|
||||||
|
"#cdd6f4",
|
||||||
|
"#bac2de",
|
||||||
|
"#a6adc8",
|
||||||
|
"#9399b2",
|
||||||
|
"#7f849c",
|
||||||
|
"#6c7086",
|
||||||
|
"#585b70",
|
||||||
|
"#45475a",
|
||||||
|
"#313244",
|
||||||
|
"#1e1e2e",
|
||||||
|
"#181825",
|
||||||
|
"#11111b"
|
||||||
|
]
|
||||||
|
}
|
||||||
34
palettes/everforest_hard_dark.json
Normal file
34
palettes/everforest_hard_dark.json
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"type": "palette",
|
||||||
|
"name": "Everforest Hard Dark",
|
||||||
|
"desc": "A color scheme of mostly warm, green hues",
|
||||||
|
"smooth": true,
|
||||||
|
"colors": [
|
||||||
|
"#1e2326",
|
||||||
|
"#272e33",
|
||||||
|
"#2e383c",
|
||||||
|
"#374145",
|
||||||
|
"#414b50",
|
||||||
|
"#495156",
|
||||||
|
"#4f5b58",
|
||||||
|
"#4c3743",
|
||||||
|
"#493b40",
|
||||||
|
"#45443c",
|
||||||
|
"#3c4841",
|
||||||
|
"#384b55",
|
||||||
|
"#e67e80",
|
||||||
|
"#e69875",
|
||||||
|
"#dbbc7f",
|
||||||
|
"#a7c080",
|
||||||
|
"#7fbbb3",
|
||||||
|
"#83c092",
|
||||||
|
"#d699b6",
|
||||||
|
"#d3c6aa",
|
||||||
|
"#a7c080",
|
||||||
|
"#d3c6aa",
|
||||||
|
"#e67e80",
|
||||||
|
"#7a8478",
|
||||||
|
"#859289",
|
||||||
|
"#9da9a0"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "palette",
|
"type": "palette",
|
||||||
"name": "Gruvbox-dark",
|
"name": "Gruvbox Dark",
|
||||||
"desc": "A bright theme with pastel 'retro groove' colors, high contrast and easy on the eyes.",
|
"desc": "A bright theme with pastel 'retro groove' colors, high contrast and easy on the eyes.",
|
||||||
"smooth": true,
|
"smooth": true,
|
||||||
"colors": [
|
"colors": [
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "palette",
|
"type": "palette",
|
||||||
"name": "Tokyo-Night",
|
"name": "Tokyo Night",
|
||||||
"desc": "A clean theme that celebrates the lights of Downtown Tokyo at night.",
|
"desc": "A clean theme that celebrates the lights of Downtown Tokyo at night.",
|
||||||
"smooth": true,
|
"smooth": true,
|
||||||
"colors": [
|
"colors": [
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
"#e0af68",
|
"#e0af68",
|
||||||
"#ff9e64",
|
"#ff9e64",
|
||||||
"#449dab",
|
"#449dab",
|
||||||
"#0db9d7",
|
"#0db9d7",
|
||||||
"#ad8ee6",
|
"#ad8ee6",
|
||||||
"#bb9af7"
|
"#bb9af7"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user