First stab at converting to farout palette

Also renamed all/most instances of tokyonight to farout
This commit is contained in:
2023-12-01 15:30:50 -05:00
parent f247ee700b
commit 1752319cc5
130 changed files with 18963 additions and 301 deletions

1
colors/farout-day.lua Normal file
View File

@@ -0,0 +1 @@
require("farout")._load("day")

1
colors/farout-moon.lua Normal file
View File

@@ -0,0 +1 @@
require("farout")._load("moon")

1
colors/farout-night.lua Normal file
View File

@@ -0,0 +1 @@
require("farout")._load("night")

1
colors/farout-storm.lua Normal file
View File

@@ -0,0 +1 @@
require("farout")._load("storm")

1
colors/farout.lua Normal file
View File

@@ -0,0 +1 @@
require("farout")._load()

View File

@@ -1 +0,0 @@
require("tokyonight")._load("day")

View File

@@ -1 +0,0 @@
require("tokyonight")._load("moon")

View File

@@ -1 +0,0 @@
require("tokyonight")._load("night")

View File

@@ -1 +0,0 @@
require("tokyonight")._load("storm")

View File

@@ -1 +0,0 @@
require("tokyonight")._load()