Purge more mentions of tokyonight
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -13,7 +13,7 @@ function M.generate(colors)
|
||||
|
||||
local fish = util.template(
|
||||
[[
|
||||
# TokyoNight
|
||||
# FarOut
|
||||
|
||||
# Syntax Highlighting Colors
|
||||
fish_color_normal ${fg}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user