First stab at converting to farout palette
Also renamed all/most instances of tokyonight to farout
This commit is contained in:
1
colors/farout-day.lua
Normal file
1
colors/farout-day.lua
Normal file
@@ -0,0 +1 @@
|
||||
require("farout")._load("day")
|
||||
1
colors/farout-moon.lua
Normal file
1
colors/farout-moon.lua
Normal file
@@ -0,0 +1 @@
|
||||
require("farout")._load("moon")
|
||||
1
colors/farout-night.lua
Normal file
1
colors/farout-night.lua
Normal file
@@ -0,0 +1 @@
|
||||
require("farout")._load("night")
|
||||
1
colors/farout-storm.lua
Normal file
1
colors/farout-storm.lua
Normal file
@@ -0,0 +1 @@
|
||||
require("farout")._load("storm")
|
||||
1
colors/farout.lua
Normal file
1
colors/farout.lua
Normal file
@@ -0,0 +1 @@
|
||||
require("farout")._load()
|
||||
@@ -1 +0,0 @@
|
||||
require("tokyonight")._load("day")
|
||||
@@ -1 +0,0 @@
|
||||
require("tokyonight")._load("moon")
|
||||
@@ -1 +0,0 @@
|
||||
require("tokyonight")._load("night")
|
||||
@@ -1 +0,0 @@
|
||||
require("tokyonight")._load("storm")
|
||||
@@ -1 +0,0 @@
|
||||
require("tokyonight")._load()
|
||||
Reference in New Issue
Block a user