Purge more mentions of tokyonight

This commit is contained in:
2023-12-01 15:30:50 -05:00
parent ffd6953047
commit aab90988ba
120 changed files with 80 additions and 18787 deletions

View File

@@ -6,7 +6,7 @@ local M = {}
function M.generate(colors)
local dunst = util.template(
[[
# TokyoNight colors for dunst
# FarOut colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]

View File

@@ -13,7 +13,7 @@ function M.generate(colors)
local fish = util.template(
[[
# TokyoNight Color Palette
# FarOut Color Palette
set -l foreground ${fg}
set -l selection ${bg_visual}
set -l comment ${comment}

View File

@@ -13,7 +13,7 @@ function M.generate(colors)
local fish = util.template(
[[
# TokyoNight
# FarOut
# Syntax Highlighting Colors
fish_color_normal ${fg}

View File

@@ -46,7 +46,7 @@ M.template = [[
<key>name</key>
<string>FarOut</string>
<key>semanticClass</key>
<string>enki.theme.tokyo</string>
<string>enki.theme.farout</string>
<key>settings</key>
<array>
<dict>

View File

@@ -6,10 +6,10 @@ local M = {}
function M.generate(colors)
local zathura = util.template(
[[
# Tokyonight color theme for Zathura
# FarOut color theme for Zathura
# Swaps Foreground for Background to get a light version if the user prefers
#
# Tokyonight color theme
# FarOut color theme
#
set notification-error-bg "${red}"
set notification-error-fg "${fg}"