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
|
|
@ -16,62 +16,62 @@ theme[main_bg]=""
|
|||
theme[main_fg]="#fff3e6"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#f2be6e"
|
||||
theme[title]="#f3bd6e"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#dcc3a1"
|
||||
theme[hi_fg]="#ddc2a1"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#f2be6e"
|
||||
theme[selected_bg]="#f3bd6e"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#2f1d00"
|
||||
theme[selected_fg]="#301d00"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#d2c4b4"
|
||||
theme[inactive_fg]="#d3c4b4"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#b6cea3"
|
||||
theme[proc_misc]="#b7cea2"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#aa9e8e"
|
||||
theme[cpu_box]="#ab9e8e"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#aa9e8e"
|
||||
theme[mem_box]="#ab9e8e"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#aa9e8e"
|
||||
theme[net_box]="#ab9e8e"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#aa9e8e"
|
||||
theme[proc_box]="#ab9e8e"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#7e7365"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#dcc3a1"
|
||||
theme[temp_mid]="#f2be6e"
|
||||
theme[temp_start]="#ddc2a1"
|
||||
theme[temp_mid]="#f3bd6e"
|
||||
theme[temp_end]="#ffb4ab"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#dcc3a1"
|
||||
theme[cpu_mid]="#f2be6e"
|
||||
theme[cpu_start]="#ddc2a1"
|
||||
theme[cpu_mid]="#f3bd6e"
|
||||
theme[cpu_end]="#ffb4ab"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#dcc3a1"
|
||||
theme[free_start]="#ddc2a1"
|
||||
theme[free_mid]=""
|
||||
theme[free_end]="#867154"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#b6cea3"
|
||||
theme[cached_start]="#b7cea2"
|
||||
theme[cached_mid]=""
|
||||
theme[cached_end]="#657b55"
|
||||
theme[cached_end]="#667b55"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#f2be6e"
|
||||
theme[available_start]="#f3bd6e"
|
||||
theme[available_mid]=""
|
||||
theme[available_end]="#976c25"
|
||||
theme[available_end]="#986c25"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#ffb4ab"
|
||||
|
|
@ -79,11 +79,11 @@ theme[used_mid]=""
|
|||
theme[used_end]="#da342e"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#dcc3a1"
|
||||
theme[download_mid]="#f2be6e"
|
||||
theme[download_end]="#b6cea3"
|
||||
theme[download_start]="#ddc2a1"
|
||||
theme[download_mid]="#f3bd6e"
|
||||
theme[download_end]="#b7cea2"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#dcc3a1"
|
||||
theme[upload_mid]="#f2be6e"
|
||||
theme[upload_end]="#b6cea3"
|
||||
theme[upload_start]="#ddc2a1"
|
||||
theme[upload_mid]="#f3bd6e"
|
||||
theme[upload_end]="#b7cea2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue