Regenerated
This commit is contained in:
+343
-325
File diff suppressed because it is too large
Load Diff
+22
-4
@@ -2480,11 +2480,28 @@ hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000
|
|||||||
** =generated/.config/hypr/theming.css=
|
** =generated/.config/hypr/theming.css=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC css :tangle generated/.config/hypr/theming.css :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC css :tangle generated/.config/hypr/theming.css :noweb yes :mkdirp yes :eval never
|
||||||
|
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||||
|
|
||||||
/* Hyprland Catppuccin Mocha Theme (solid colors) */
|
# Colors
|
||||||
source = ~/.config/shared/colors.css
|
$base = #1e1e2e
|
||||||
|
$mantle = #181825
|
||||||
|
$surface0 = #313244
|
||||||
|
$surface1 = #45475a
|
||||||
|
$surface2 = #585b70
|
||||||
|
$text = #cdd6f4
|
||||||
|
$rosewater = #f5e0dc
|
||||||
|
$lavender = #b4befe
|
||||||
|
$red = #f38ba8
|
||||||
|
$peach = #fab387
|
||||||
|
$yellow = #f9e2af
|
||||||
|
$green = #a6e3a1
|
||||||
|
$teal = #94e2d5
|
||||||
|
$blue = #89b4fa
|
||||||
|
$mauve = #cba6f7
|
||||||
|
$flamingo = #f2cdcd
|
||||||
|
$inactive = #595959aa
|
||||||
|
|
||||||
/* General theming */
|
# General theming
|
||||||
general {
|
general {
|
||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
@@ -2499,10 +2516,11 @@ general {
|
|||||||
#col.inactive_border = #595959aa
|
#col.inactive_border = #595959aa
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window decorations */
|
# Window decorations
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/window-rules.conf=
|
** =generated/.config/hypr/window-rules.conf=
|
||||||
|
|||||||
@@ -1,7 +1,25 @@
|
|||||||
/* Hyprland Catppuccin Mocha Theme (solid colors) */
|
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||||
source = ~/.config/shared/colors.css
|
|
||||||
|
|
||||||
/* General theming */
|
# Colors
|
||||||
|
$base = #1e1e2e
|
||||||
|
$mantle = #181825
|
||||||
|
$surface0 = #313244
|
||||||
|
$surface1 = #45475a
|
||||||
|
$surface2 = #585b70
|
||||||
|
$text = #cdd6f4
|
||||||
|
$rosewater = #f5e0dc
|
||||||
|
$lavender = #b4befe
|
||||||
|
$red = #f38ba8
|
||||||
|
$peach = #fab387
|
||||||
|
$yellow = #f9e2af
|
||||||
|
$green = #a6e3a1
|
||||||
|
$teal = #94e2d5
|
||||||
|
$blue = #89b4fa
|
||||||
|
$mauve = #cba6f7
|
||||||
|
$flamingo = #f2cdcd
|
||||||
|
$inactive = #595959aa
|
||||||
|
|
||||||
|
# General theming
|
||||||
general {
|
general {
|
||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
@@ -16,7 +34,7 @@ general {
|
|||||||
#col.inactive_border = #595959aa
|
#col.inactive_border = #595959aa
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window decorations */
|
# Window decorations
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user