farout.nvim/extras/tilix/faroutmoon.json
Tyler Hallada 1752319cc5 First stab at converting to farout palette
Also renamed all/most instances of tokyonight to farout
2023-12-01 15:30:50 -05:00

26 lines
479 B
JSON

{
"name": "FarOut Moon",
"comment": "",
"use-theme-colors": false,
"foreground-color": "#c8d3f5",
"background-color": "#222436",
"palette": [
"#1b1d2b",
"#ff757f",
"#c3e88d",
"#ffc777",
"#82aaff",
"#c099ff",
"#86e1fc",
"#828bb8",
"#444a73",
"#ff757f",
"#c3e88d",
"#ffc777",
"#82aaff",
"#c099ff",
"#86e1fc",
"#c8d3f5"
]
}