update to make colors look better
This commit is contained in:
parent
5675264022
commit
6c0b88beda
@ -27,6 +27,7 @@ local c = {
|
|||||||
c13 = "{{color13}}",
|
c13 = "{{color13}}",
|
||||||
c14 = "{{color14}}",
|
c14 = "{{color14}}",
|
||||||
c15 = "{{color15}}",
|
c15 = "{{color15}}",
|
||||||
|
tbg = "{{color0 | lighten(0.1)}}",
|
||||||
}
|
}
|
||||||
|
|
||||||
local hl = function(group, opts)
|
local hl = function(group, opts)
|
||||||
@ -39,6 +40,7 @@ hl("Cursor", { fg = c.bg, bg = c.cursor })
|
|||||||
hl("LineNr", { fg = c.c8 })
|
hl("LineNr", { fg = c.c8 })
|
||||||
hl("CursorLine", { bg = c.c0 })
|
hl("CursorLine", { bg = c.c0 })
|
||||||
hl("StatusLine", { fg = c.fg, bg = c.c0 })
|
hl("StatusLine", { fg = c.fg, bg = c.c0 })
|
||||||
|
hl("TelescopeNormal", { bg = c.tbg })
|
||||||
|
|
||||||
-- Syntax
|
-- Syntax
|
||||||
hl("Comment", { fg = c.c8, italic = true })
|
hl("Comment", { fg = c.c8, italic = true })
|
||||||
|
|||||||
22
templates/pywalfox.json
Normal file
22
templates/pywalfox.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"wallpaper": "{{wallpaper}}",
|
||||||
|
"alpha": "100",
|
||||||
|
"colors": {
|
||||||
|
"color0": "{{background}}",
|
||||||
|
"color1": "{{color0}}",
|
||||||
|
"color2": "{{color2}}",
|
||||||
|
"color3": "{{color3}}",
|
||||||
|
"color4": "{{color4}}",
|
||||||
|
"color5": "{{color5}}",
|
||||||
|
"color6": "{{color6}}",
|
||||||
|
"color7": "{{color7}}",
|
||||||
|
"color8": "{{color8}}",
|
||||||
|
"color9": "{{color9}}",
|
||||||
|
"color10": "{{color10}}",
|
||||||
|
"color11": "{{color11}}",
|
||||||
|
"color12": "{{color12}}",
|
||||||
|
"color13": "{{color13}}",
|
||||||
|
"color14": "{{color14}}",
|
||||||
|
"color15": "{{color15}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
12
wallust.toml
12
wallust.toml
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
# How the image is parse, in order to get the colors:
|
# How the image is parse, in order to get the colors:
|
||||||
# full - resized - wal - thumb - fastresize - kmeans
|
# full - resized - wal - thumb - fastresize - kmeans
|
||||||
backend = "fastresize"
|
backend = "resized"
|
||||||
|
|
||||||
# What color space to use to produce and select the most prominent colors:
|
# What color space to use to produce and select the most prominent colors:
|
||||||
# lab - labmixed - lch - lchmixed
|
# lab - labmixed - lch - lchmixed
|
||||||
color_space = "lch"
|
color_space = "lchansi"
|
||||||
|
|
||||||
# Use the most prominent colors in a way that makes sense, a scheme color palette:
|
# Use the most prominent colors in a way that makes sense, a scheme color palette:
|
||||||
# dark - dark16 - darkcomp - darkcomp16
|
# dark - dark16 - darkcomp - darkcomp16
|
||||||
@ -23,7 +23,7 @@ color_space = "lch"
|
|||||||
# harddark - harddark16 - harddarkcomp - harddarkcomp16
|
# harddark - harddark16 - harddarkcomp - harddarkcomp16
|
||||||
# softdark - softdark16 - softdarkcomp - softdarkcomp16
|
# softdark - softdark16 - softdarkcomp - softdarkcomp16
|
||||||
# softlight - softlight16 - softlightcomp - softlightcomp16
|
# softlight - softlight16 - softlightcomp - softlightcomp16
|
||||||
palette = "dark"
|
palette = "ansidark16"
|
||||||
|
|
||||||
# Ensures a "readable contrast" (OPTIONAL, disabled by default)
|
# Ensures a "readable contrast" (OPTIONAL, disabled by default)
|
||||||
# Should only be enabled when you notice an unreadable contrast frequently happening
|
# Should only be enabled when you notice an unreadable contrast frequently happening
|
||||||
@ -37,7 +37,8 @@ saturation = 55
|
|||||||
|
|
||||||
# Alpha value for templating, by default 100 (no other use whatsoever)
|
# Alpha value for templating, by default 100 (no other use whatsoever)
|
||||||
#alpha = 100
|
#alpha = 100
|
||||||
|
[hooks]
|
||||||
|
pywalfox = 'pywalfox update'
|
||||||
[templates]
|
[templates]
|
||||||
# NOTE: prefer '' over "" for paths, avoids escaping.
|
# NOTE: prefer '' over "" for paths, avoids escaping.
|
||||||
# template: A RELATIVE path that points to `~/.config/wallust/template` (depends on platform)
|
# template: A RELATIVE path that points to `~/.config/wallust/template` (depends on platform)
|
||||||
@ -45,7 +46,6 @@ saturation = 55
|
|||||||
# ¡ If either one is a directory, then both SHOULD be one. !
|
# ¡ If either one is a directory, then both SHOULD be one. !
|
||||||
# zathura = { template = 'zathura', target = '~/.config/zathura/zathurarc' }
|
# zathura = { template = 'zathura', target = '~/.config/zathura/zathurarc' }
|
||||||
foot = { template = 'foot.ini', target = '~/.config/foot/colors.ini' }
|
foot = { template = 'foot.ini', target = '~/.config/foot/colors.ini' }
|
||||||
waybar = { template = 'waybar.css', target = '~/.config/waybar/colors.css' }
|
|
||||||
nvim = { template = 'nvim.lua', target = '~/.config/nvim/colors/wallust.lua' }
|
nvim = { template = 'nvim.lua', target = '~/.config/nvim/colors/wallust.lua' }
|
||||||
gtk3 = { template = 'gtk.css', target = '~/.config/gtk-3.0/colors.css' }
|
gtk3 = { template = 'gtk.css', target = '~/.config/gtk-3.0/colors.css' }
|
||||||
gtk4 = { template = 'gtk.css', target = '~/.config/gtk-4.0/colors.css' }
|
gtk4 = { template = 'gtk.css', target = '~/.config/gtk-4.0/colors.css' }
|
||||||
@ -56,3 +56,5 @@ qt5ct = { template = 'qtct.conf', target = '~/.config/qt5ct/colors/wallust.conf'
|
|||||||
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/colors.conf' }
|
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/colors.conf' }
|
||||||
quickshell = { template = 'Colors.qml', target = '~/.config/quickshell/Colors.qml'}
|
quickshell = { template = 'Colors.qml', target = '~/.config/quickshell/Colors.qml'}
|
||||||
kitty = { template = 'kitty.conf', target = '~/.config/kitty/colors.conf' }
|
kitty = { template = 'kitty.conf', target = '~/.config/kitty/colors.conf' }
|
||||||
|
pywalfox = { template = 'pywalfox.json', target = '~/.cache/wal/colors.json'}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user