colors generations based on wallpaper

This commit is contained in:
2024-12-25 20:51:20 +01:00
parent d9177984de
commit b8eb109cdd
19 changed files with 552 additions and 67 deletions

105
.config/hypr/colors.conf Normal file
View File

@@ -0,0 +1,105 @@
#
# Css Colors
# Generated with Matugen
#
$background = rgb(21,18,24)
$error = rgb(255,180,171)
$error_container = rgb(147,0,10)
$inverse_on_surface = rgb(50,47,53)
$inverse_primary = rgb(106,83,140)
$inverse_surface = rgb(231,224,232)
$on_background = rgb(231,224,232)
$on_error = rgb(105,0,5)
$on_error_container = rgb(255,218,214)
$on_primary = rgb(59,37,91)
$on_primary_container = rgb(237,220,255)
$on_primary_fixed = rgb(37,14,68)
$on_primary_fixed_variant = rgb(82,60,115)
$on_secondary = rgb(53,45,64)
$on_secondary_container = rgb(235,221,247)
$on_secondary_fixed = rgb(31,24,42)
$on_secondary_fixed_variant = rgb(76,67,87)
$on_surface = rgb(231,224,232)
$on_surface_variant = rgb(203,196,207)
$on_tertiary = rgb(75,37,46)
$on_tertiary_container = rgb(255,217,223)
$on_tertiary_fixed = rgb(50,16,25)
$on_tertiary_fixed_variant = rgb(100,59,68)
$outline = rgb(149,142,153)
$outline_variant = rgb(74,69,78)
$primary = rgb(214,187,251)
$primary_container = rgb(82,60,115)
$primary_fixed = rgb(237,220,255)
$primary_fixed_dim = rgb(214,187,251)
$scrim = rgb(0,0,0)
$secondary = rgb(206,194,219)
$secondary_container = rgb(76,67,87)
$secondary_fixed = rgb(235,221,247)
$secondary_fixed_dim = rgb(206,194,219)
$shadow = rgb(0,0,0)
$source_color = rgb(111,34,205)
$surface = rgb(21,18,24)
$surface_bright = rgb(59,56,62)
$surface_container = rgb(33,30,36)
$surface_container_high = rgb(44,41,47)
$surface_container_highest = rgb(55,51,58)
$surface_container_low = rgb(29,26,32)
$surface_container_lowest = rgb(16,13,18)
$surface_dim = rgb(21,18,24)
$surface_tint = rgb(214,187,251)
$surface_variant = rgb(74,69,78)
$tertiary = rgb(241,183,194)
$tertiary_container = rgb(100,59,68)
$tertiary_fixed = rgb(255,217,223)
$tertiary_fixed_dim = rgb(241,183,194)

View File

@@ -34,7 +34,7 @@ exec-once = swww-daemon &
exec-once = hypridle &
exec-once=systemctl --user start plasma-polkit-agent &
exec-once = swww img ~/dotfiles/.config/assets/purple-wallpaper.jpg --transition-duration 1 --transition-type grow --transition-fps 60 --transition-pos 0.5,0.9
source = ~/.config/hypr/lastWallpaper.conf
exec-once=waybar
exec-once = $network-tray

View File

@@ -0,0 +1 @@
exec-once = swww img ~/.config/assets/wallpaper/purple-wallpaper.jpg --transition-duration 1 --transition-type grow --transition-fps 60 --transition-pos 0.5,0.9

View File

@@ -1,3 +1,5 @@
source = ~/.config/hypr/colors.conf
general {
border_size = 3
no_border_on_floating = false
@@ -6,8 +8,8 @@ general {
gaps_workspaces = 0
allow_tearing = true
col.active_border=0xcdd6f4ff
col.inactive_border=0xb4befecc
col.active_border=$primary
col.inactive_border=$primary_container
layout = master
}