Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
9
.config/matugen/templates/colors.css
Normal file
9
.config/matugen/templates/colors.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Css Colors
|
||||
* Generated with Matugen
|
||||
*/
|
||||
@define-color blur_background {{colors.surface.default.rgba | set_alpha: 0.3}};
|
||||
@define-color blur_background8 {{colors.surface.default.rgba | set_alpha: 0.8}};
|
||||
<* for name, value in colors *>
|
||||
@define-color {{name}} {{value.default.hex}};
|
||||
<* endfor *>
|
||||
22
.config/matugen/templates/gtk-colors.css
Normal file
22
.config/matugen/templates/gtk-colors.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* GTK Colors
|
||||
* Generated with Matugen
|
||||
*/
|
||||
|
||||
@define-color accent_color {{colors.primary_fixed_dim.default.hex}};
|
||||
@define-color accent_fg_color {{colors.on_primary_fixed.default.hex}};
|
||||
@define-color accent_bg_color {{colors.primary_fixed_dim.default.hex}};
|
||||
@define-color window_bg_color {{colors.surface_dim.default.hex}};
|
||||
@define-color window_fg_color {{colors.on_surface.default.hex}};
|
||||
@define-color headerbar_bg_color {{colors.surface_dim.default.hex}};
|
||||
@define-color headerbar_fg_color {{colors.on_surface.default.hex}};
|
||||
@define-color popover_bg_color {{colors.surface_dim.default.hex}};
|
||||
@define-color popover_fg_color {{colors.on_surface.default.hex}};
|
||||
@define-color view_bg_color {{colors.surface.default.hex}};
|
||||
@define-color view_fg_color {{colors.on_surface.default.hex}};
|
||||
@define-color card_bg_color {{colors.surface.default.hex}};
|
||||
@define-color card_fg_color {{colors.on_surface.default.hex}};
|
||||
@define-color sidebar_bg_color @window_bg_color;
|
||||
@define-color sidebar_fg_color @window_fg_color;
|
||||
@define-color sidebar_border_color @window_bg_color;
|
||||
@define-color sidebar_backdrop_color @window_bg_color;
|
||||
3
.config/matugen/templates/hyprland-colors.conf
Normal file
3
.config/matugen/templates/hyprland-colors.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<* for name, value in colors *>
|
||||
${{name}} = rgba({{value.default.hex_stripped}}ff)
|
||||
<* endfor *>
|
||||
8
.config/matugen/templates/kitty-colors.conf
Normal file
8
.config/matugen/templates/kitty-colors.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
cursor {{colors.on_surface.default.hex}}
|
||||
cursor_text_color {{colors.on_surface_variant.default.hex}}
|
||||
|
||||
foreground {{colors.on_surface.default.hex}}
|
||||
background {{colors.surface.default.hex}}
|
||||
selection_foreground {{colors.on_secondary.default.hex}}
|
||||
selection_background {{colors.secondary_fixed_dim.default.hex}}
|
||||
url_color {{colors.primary.default.hex}}
|
||||
20
.config/matugen/templates/ohmyposh-colors.json
Normal file
20
.config/matugen/templates/ohmyposh-colors.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"palette": {
|
||||
"color0": "{{colors.background.default.hex}}",
|
||||
"color1": "",
|
||||
"color2": "",
|
||||
"color3": "",
|
||||
"color4": "",
|
||||
"color5": "",
|
||||
"color6": "",
|
||||
"color7": "",
|
||||
"color8": "",
|
||||
"color9": "",
|
||||
"color10": "{{colors.primary.default.hex}}",
|
||||
"color11": "",
|
||||
"color12": "",
|
||||
"color13": "{{colors.on_primary_fixed.default.hex}}",
|
||||
"color14": "",
|
||||
"color15": "{{colors.on_surface.default.hex}}"
|
||||
}
|
||||
}
|
||||
184
.config/matugen/templates/ohmyposh.json
Normal file
184
.config/matugen/templates/ohmyposh.json
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"transient_prompt": {
|
||||
"template": " ❯❯ {[ .AbsolutePWD ]} : ",
|
||||
"foreground": "{{colors.secondary.default.hex}}",
|
||||
"background": "transparent",
|
||||
"newline": true
|
||||
},
|
||||
"blocks": [
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"template": "\n\u256d\u2500",
|
||||
"foreground": "{{colors.secondary.default.hex}}",
|
||||
"type": "text",
|
||||
"style": "plain"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"leading_diamond": "\ue0b6",
|
||||
"template": "{[ .UserName ]}",
|
||||
"foreground": "{{colors.on_surface.default.hex}}",
|
||||
"background": "{{colors.on_primary_fixed.default.hex}}",
|
||||
"type": "session",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"template": "\udb85\udc0b",
|
||||
"foreground": "#ff5555",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"background": "{{colors.on_primary_fixed.default.hex}}",
|
||||
"type": "root",
|
||||
"style": "powerline"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"template": "{[ .Icon ]} ",
|
||||
"foreground": "{{colors.on_surface.default.hex}}",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"background": "{{colors.on_primary_fixed.default.hex}}",
|
||||
"type": "os",
|
||||
"style": "powerline"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none",
|
||||
"style": "full"
|
||||
},
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": " \udb80\ude56 {[ path .Path .Location ]}",
|
||||
"foreground": "{{colors.surface.default.hex}}",
|
||||
"background": "{{colors.secondary.default.hex}}",
|
||||
"type": "path",
|
||||
"style": "diamond"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "right",
|
||||
"segments": [
|
||||
{
|
||||
"properties": {
|
||||
"branch_icon": "",
|
||||
"cache_duration": "none",
|
||||
"display_changing_color": true,
|
||||
"fetch_status": true,
|
||||
"fetch_upstream_icon": true,
|
||||
"full_branch_path": true
|
||||
},
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": "\ue725 ({[ url .UpstreamIcon .UpstreamURL ]} {[ url .HEAD .UpstreamURL ]}){[ if gt .Ahead 0 ]}<#50fa7b> +{[ .Ahead ]}</>{[ end ]}{[ if gt .Behind 0 ]}<#ff5555> -{[ .Behind ]}</>{[ end ]}{[ if .Working.Changed ]}<#f8f8f2> \uf044 {[ .Working.String ]}</>{[ end ]}{[ if .Staging.Changed ]}<#f8f8f2> \uf046 {[ .Staging.String ]}</>{[ end ]}",
|
||||
"foreground": "#282a36",
|
||||
"background": "#ffb86c",
|
||||
"type": "git",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": "\ue718 {[ .Full ]}",
|
||||
"foreground": "{{colors.surface.default.hex}}",
|
||||
"background": "#50fa7b",
|
||||
"type": "node",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"display_mode": "files",
|
||||
"extensions": [
|
||||
"package-lock.json"
|
||||
]
|
||||
},
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": "\ue71e {[ .Full ]}",
|
||||
"foreground": "{{colors.surface.default.hex}}",
|
||||
"background": "#ff5555",
|
||||
"type": "npm",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"display_mode": "files",
|
||||
"extensions": [
|
||||
"pnpm-lock.yaml"
|
||||
]
|
||||
},
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": "\udb80\udec1 {[ .Full ]}",
|
||||
"foreground": "{{colors.surface.default.hex}}",
|
||||
"background": "#ffb86c",
|
||||
"type": "pnpm",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"display_mode": "files"
|
||||
},
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": "\ue73c {[ .Full ]}",
|
||||
"foreground": "{{colors.surface.default.hex}}",
|
||||
"background": "#50fa7b",
|
||||
"type": "python",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": "\ue738 {[ .Full ]}",
|
||||
"foreground": "{{colors.surface.default.hex}}",
|
||||
"background": "#ff79c6",
|
||||
"type": "java",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": "\ue73d {[ .Full ]}",
|
||||
"foreground": "{{colors.on_surface.default.hex}}",
|
||||
"background": "#6272a4",
|
||||
"type": "php",
|
||||
"style": "diamond"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"properties": {
|
||||
"always_enabled": true,
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"template": "\u2570\u2500 ❯❯",
|
||||
"foreground": "{{colors.secondary.default.hex}}",
|
||||
"type": "text",
|
||||
"style": "diamond"
|
||||
}
|
||||
],
|
||||
"newline": true
|
||||
}
|
||||
],
|
||||
"version": 3,
|
||||
"patch_pwsh_bleed": true,
|
||||
"final_space": true
|
||||
}
|
||||
|
||||
22
.config/matugen/templates/pywalfox-colors.json
Normal file
22
.config/matugen/templates/pywalfox-colors.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"wallpaper": "{{image}}",
|
||||
"alpha": "100",
|
||||
"colors": {
|
||||
"color0": "{{colors.background.default.hex}}",
|
||||
"color1": "",
|
||||
"color2": "",
|
||||
"color3": "",
|
||||
"color4": "",
|
||||
"color5": "",
|
||||
"color6": "",
|
||||
"color7": "",
|
||||
"color8": "",
|
||||
"color9": "",
|
||||
"color10": "{{colors.primary.default.hex}}",
|
||||
"color11": "",
|
||||
"color12": "",
|
||||
"color13": "{{colors.surface_bright.default.hex}}",
|
||||
"color14": "",
|
||||
"color15": "{{colors.on_surface.default.hex}}"
|
||||
}
|
||||
}
|
||||
48
.config/matugen/templates/rofi-colors.rasi
Normal file
48
.config/matugen/templates/rofi-colors.rasi
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
* {
|
||||
background: {{colors.on_secondary.default.rgba | set_alpha: 0.7}};
|
||||
primary: {{colors.primary.default.hex}};
|
||||
primary-fixed: {{colors.primary_fixed.default.hex}};
|
||||
primary-fixed-dim: {{colors.primary_fixed_dim.default.hex}};
|
||||
on-primary: {{colors.on_primary.default.hex}};
|
||||
on-primary-fixed: {{colors.on_primary_fixed.default.hex}};
|
||||
on-primary-fixed-variant: {{colors.on_primary_fixed_variant.default.hex}};
|
||||
primary-container: {{colors.primary_container.default.hex}};
|
||||
on-primary-container: {{colors.on_primary_container.default.hex}};
|
||||
secondary: {{colors.secondary.default.hex}};
|
||||
secondary-fixed: {{colors.secondary_fixed.default.hex}};
|
||||
secondary-fixed-dim: {{colors.secondary_fixed_dim.default.hex}};
|
||||
on-secondary: {{colors.on_secondary.default.hex}};
|
||||
on-secondary-fixed: {{colors.on_secondary_fixed.default.hex}};
|
||||
on-secondary-fixed-variant: {{colors.on_secondary_fixed_variant.default.hex}};
|
||||
secondary-container: {{colors.secondary_container.default.hex}};
|
||||
on-secondary-container: {{colors.on_secondary_container.default.hex}};
|
||||
tertiary: {{colors.tertiary.default.hex}};
|
||||
tertiary-fixed: {{colors.tertiary_fixed.default.hex}};
|
||||
tertiary-fixed-dim: {{colors.tertiary_fixed_dim.default.hex}};
|
||||
on-tertiary: {{colors.on_tertiary.default.hex}};
|
||||
on-tertiary-fixed: {{colors.on_tertiary_fixed.default.hex}};
|
||||
on-tertiary-fixed-variant: {{colors.on_tertiary_fixed_variant.default.hex}};
|
||||
tertiary-container: {{colors.tertiary_container.default.hex}};
|
||||
on-tertiary-container: {{colors.on_tertiary_container.default.hex}};
|
||||
error: {{colors.error.default.hex}};
|
||||
on-error: {{colors.on_error.default.hex}};
|
||||
error-container: {{colors.error_container.default.hex}};
|
||||
on-error-container: {{colors.on_error_container.default.hex}};
|
||||
surface: {{colors.surface.default.hex}};
|
||||
on-surface: {{colors.on_surface.default.hex}};
|
||||
on-surface-variant: {{colors.on_surface_variant.default.hex}};
|
||||
outline: {{colors.outline.default.hex}};
|
||||
outline-variant: {{colors.outline_variant.default.hex}};
|
||||
shadow: {{colors.shadow.default.hex}};
|
||||
scrim: {{colors.scrim.default.hex}};
|
||||
inverse-surface: {{colors.inverse_surface.default.hex}};
|
||||
inverse-on-surface: {{colors.inverse_on_surface.default.hex}};
|
||||
inverse-primary: {{colors.inverse_primary.default.hex}};
|
||||
surface-dim: {{colors.surface_dim.default.hex}};
|
||||
surface-bright: {{colors.surface_bright.default.hex}};
|
||||
surface-container-lowest: {{colors.surface_container_lowest.default.hex}};
|
||||
surface-container-low: {{colors.surface_container_low.default.hex}};
|
||||
surface-container: {{colors.surface_container.default.hex}};
|
||||
surface-container-high: {{colors.surface_container_high.default.hex}};
|
||||
surface-container-highest: {{colors.surface_container_highest.default.hex}};
|
||||
}
|
||||
0
.config/matugen/templates/sequences
Normal file
0
.config/matugen/templates/sequences
Normal file
Loading…
Add table
Add a link
Reference in a new issue