First stab at converting to farout palette
Also renamed all/most instances of tokyonight to farout
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local c = require("tokyonight.colors").setup({ transform = true })
|
||||
local c = require("farout.colors").setup({ transform = true })
|
||||
|
||||
local M = {
|
||||
normal = { bg = c.none, fg = c.fg_dark },
|
||||
Reference in New Issue
Block a user