modified: Kvantum/matugen/matugen.kvconfig
modified: Kvantum/matugen/matugen.svg modified: btop/themes/matugen.theme modified: cava/themes/matugen modified: clipse/matugen.json new file: fish/functions/up-or-search.fish modified: foot/themes/matugen-theme.ini modified: gtk-3.0/colors.css modified: gtk-3.0/colors.css.bak modified: gtk-3.0/colors.css.nak modified: gtk-4.0/colors.css modified: gtk-4.0/colors.css.bak modified: hypr/colors-hyprlock.conf modified: hypr/colors.conf modified: hypr/hyprtoolkit.conf modified: hyprwhspr/mic_osd.pid new file: ironbar/1 modified: ironbar/colors.css modified: ironbar/config.json new file: ironbar/config.json.matugen new file: ironbar/schema-v0.18.0.json modified: kitty/current-theme.conf new file: kitty/current-theme1.conf new file: kitty/dank-tabs.conf modified: kitty/themes/Matugen.conf modified: matugen/config.toml new file: matugen/config1.toml new file: matugen/custom3.json modified: matugen/scripts/foot-apply-colors.sh modified: mimeapps.list modified: niri/binds.kdl modified: niri/colors.kdl modified: niri/config.kdl new file: niri/dms/alttab.kdl new file: niri/dms/binds.kdl new file: niri/dms/colors.kdl new file: niri/dms/cursor.kdl new file: niri/dms/layout.kdl new file: niri/dms/outputs.kdl new file: niri/dms/profiles/profile_1776211496314_g03e3q.kdl new file: niri/dms/windowrules.kdl new file: niri/dms/wpblur.kdl new file: niri/scripts/caps new file: niri/scripts/clipse.sh new file: niri/scripts/ironbar-toggle.sh new file: niri/scripts/satty.sh modified: niri/spawn-at-startup.kdl modified: niri/window-rule.kdl modified: nvim/lua/matugen.lua modified: rmpc/themes/matugen.ron modified: starship.toml modified: swaync/colors.css new file: swaync/config_1.json new file: swaync/style_1.css modified: swayosd/colors.css modified: telegram/matugen.tdesktop-theme modified: telegram/matugen/background.jpg modified: telegram/matugen/background.svg modified: telegram/matugen/colors.tdesktop-theme modified: tmux/colors.conf modified: walker/themes/matugen/colors.css modified: yazi/theme.toml
This commit is contained in:
parent
9fb26ca555
commit
5f53423ef2
62 changed files with 9031 additions and 1569 deletions
|
|
@ -186,6 +186,7 @@ post_hook = "swaync-client -rs"
|
|||
[templates.obsidian]
|
||||
input_path = '~/.config/matugen/templates/obsidian.css'
|
||||
output_path = '~/.obsidian/unconfer/.obsidian/themes/Matugen/theme.css'
|
||||
post_hook = 'cp ~/.obsidian/unconfer/.obsidian/themes/Matugen/theme.css ~/.obsidian/ege/.obsidian/themes/Matugen/theme.css'
|
||||
|
||||
[templates.btop]
|
||||
input_path = '~/.config/matugen/templates/btop.theme'
|
||||
|
|
|
|||
59
config/matugen/config1.toml
Normal file
59
config/matugen/config1.toml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
[config]
|
||||
# If set to enabled, it will check for updates when you run the matugen command, notifying you that an update is avaiable.
|
||||
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
|
||||
|
||||
# The color which should be used as the source_color if no good color was found from an image.
|
||||
# Can be defined in any css format.
|
||||
# The cli flag will override this if used.
|
||||
#fallback_color = "#ffbf9b"
|
||||
|
||||
# Which color to choose if multiple good colors were found from an image.
|
||||
# choices: [darkness, lightness, saturation, less-saturation, value, closest-to-fallback]
|
||||
# The cli flag will override this if used.
|
||||
#prefer = "closest-to-fallback"
|
||||
|
||||
# Enables caching which will cache the colorscheme, custom colors, etc. into a cache folder located in
|
||||
# Windows: C:\Users\user\AppData\Roaming\InioX\matugen\cache\images\<file>
|
||||
# Linux: $XDG_CACHE_HOME/matugen/<file> or $HOME/.cache/matugen/images/<file>
|
||||
# MacOS: $HOME/Library/Caches/matugen/images/<file>
|
||||
# The file follows this naming: <image_name>.<image_extension>.<image_hash>.json
|
||||
# For example: testimage.png.0cfd2d624b3d09bf6246b7be9ca79e207e7aa1189d961d44949628b99811bb9d.json
|
||||
# You can modify the cache and it will then be loaded when using the same image.
|
||||
# The colors are defined using the #RRGGBBAA format.
|
||||
caching = false
|
||||
|
||||
# Changing the syntax
|
||||
# Expr is for keywords like {{ <keyword> }}
|
||||
#expr_prefix = "{{"
|
||||
#expr_postfix = "}}"
|
||||
|
||||
# Block is for stuff like for loops etc.
|
||||
#block_prefix = "<*"
|
||||
#block_postfix = "*>"
|
||||
|
||||
# Imports json files just like `--import-json` does.
|
||||
# Relative paths will be resolved from the path `config.toml` is in.
|
||||
#import_json_files = ["./custom3.json"]
|
||||
|
||||
# Defaults to the contrast from CLI if unspecified.
|
||||
# Value from -1 to 1.
|
||||
# -1 represents minimum contrast, 0 represents standard (i.e. the design as spec'd),
|
||||
# and 1 represents maximum contrast.
|
||||
contrast = 0
|
||||
|
||||
[config.wallpaper]
|
||||
# Whether to set the wallpaper or not
|
||||
set = true
|
||||
|
||||
# The base command to run for applying the wallpaper.
|
||||
# Keywords like {{ image }} or anything that works inside of hooks works here.
|
||||
# You could also set a static color if you use the color keywords and the wallpaper setter supports it.
|
||||
command = "swaybg -i{{ image }}"
|
||||
|
||||
# For example, killing the wallpaper daemon. Usage is like a normal hook.
|
||||
# pre_hook = ""
|
||||
#[templates]
|
||||
[templates.foot]
|
||||
input_path = '~/.config/foot/themes/input-matugen-theme.ini'
|
||||
output_path = "~/.config/foot/themes/matugen-theme.ini"
|
||||
post_hook = "killall -USR1 foot" # export the sequences to every running terminal
|
||||
1
config/matugen/custom3.json
Normal file
1
config/matugen/custom3.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -7,36 +7,36 @@ for pts in /dev/pts/[0-9]*; do
|
|||
printf '\e]10;#fff3e6\007' >>"$pts" 2>/dev/null
|
||||
|
||||
# OSC 11: default background (background)
|
||||
printf '\e]11;#18130b\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]11;#18120b\007' >>"$pts" 2>/dev/null
|
||||
|
||||
# OSC 12: cursor color (первое значение из cursor в foot.ini)
|
||||
printf '\e]12;#f2be6e\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]12;#f3bd6e\007' >>"$pts" 2>/dev/null
|
||||
|
||||
# OSC 17: selection background
|
||||
printf '\e]17;#976c25\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]17;#986c25\007' >>"$pts" 2>/dev/null
|
||||
|
||||
# OSC 19: selection foreground
|
||||
printf '\e]19;#ffffff\007' >>"$pts" 2>/dev/null
|
||||
|
||||
# OSC 4: palette colors 0-15 (regular0-7, bright0-7)
|
||||
printf '\e]4;0;#0e0a04\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;0;#0e0904\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;1;#ffb4ab\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;2;#b6cea3\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;3;#dcc3a1\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;4;#f2be6e\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;2;#b7cea2\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;3;#ddc2a1\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;4;#f3bd6e\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;5;#867154\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;6;#657b55\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;7;#d2c4b4\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;6;#667b55\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;7;#d3c4b4\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;8;#352e26\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;9;#ffffff\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;10;#0e2004\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;11;#261904\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;12;#976c25\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;13;#6f4a00\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;10;#0f2004\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;11;#271904\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;12;#986c25\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;13;#704a01\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;14;#142508\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;15;#362f27\007' >>"$pts" 2>/dev/null
|
||||
|
||||
# Дополнительные индексы палитры (16, 17), если используются
|
||||
printf '\e]4;16;#b6cea3\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;16;#b7cea2\007' >>"$pts" 2>/dev/null
|
||||
printf '\e]4;17;#da342e\007' >>"$pts" 2>/dev/null
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue