farout.nvim/extras/tilix/faroutnight.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
474 B
JSON

{
"name": "FarOut",
"comment": "",
"use-theme-colors": false,
"foreground-color": "#E0CCAE",
"background-color": "#1a1b26",
"palette": [
"#15161e",
"#bf472c",
"#a4896f",
"#f2a766",
"#d47d49",
"#8a4b53",
"#a67458",
"#F2A766",
"#392D2B",
"#bf472c",
"#a4896f",
"#f2a766",
"#d47d49",
"#8a4b53",
"#a67458",
"#E0CCAE"
]
}