Update all dot files
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
|
||||
version_check = false
|
||||
|
||||
[config.wallpaper]
|
||||
command = "swww"
|
||||
arguments = ["img", "--transition-type", "center"]
|
||||
|
||||
[config.custom_colors]
|
||||
neutral = { color = "#787878", blend = true }
|
||||
neutral_variant = { color = "#7D747D", blend = true }
|
||||
@@ -21,13 +17,13 @@ input_path = '~/.config/matugen/templates/hyprland-colors.conf'
|
||||
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
|
||||
post_hook = 'hyprctl reload'
|
||||
|
||||
[templates.qt6ct]
|
||||
input_path = '~/.config/matugen/templates/qtct-colors.conf'
|
||||
output_path = '~/.config/qt6ct/colors/matugen.conf'
|
||||
[templates.hyprtoolkit]
|
||||
input_path = '~/.config/matugen/templates/hyprtoolkit.conf'
|
||||
output_path = '~/.config/hypr/hyprtoolkit.conf'
|
||||
|
||||
[templates.qt5ct]
|
||||
input_path = '~/.config/matugen/templates/qtct-colors.conf'
|
||||
output_path = '~/.config/qt5ct/colors/matugen.conf'
|
||||
[templates.kcolorscheme]
|
||||
input_path = '~/.config/matugen/templates/kcolorscheme.colors'
|
||||
output_path = '~/.local/share/color-schemes/matugen.colors'
|
||||
|
||||
[templates.gtk3]
|
||||
input_path = '~/.config/matugen/templates/gtk-colors.css'
|
||||
@@ -42,10 +38,6 @@ input_path = '~/.config/matugen/templates/kitty-colors.conf'
|
||||
output_path = '~/.config/kitty/themes/hydro-os.conf'
|
||||
post_hook = 'kitten themes --reload-in=all hydro-os'
|
||||
|
||||
[templates.fuzzel]
|
||||
input_path = '~/.config/matugen/templates/fuzzel-colors.ini'
|
||||
output_path = '~/.config/fuzzel/themes/hydro-os.ini'
|
||||
|
||||
[templates.quickshell]
|
||||
input_path = '~/.config/matugen/templates/color.json'
|
||||
output_path = '~/.config/hydro-os/color.json'
|
||||
[templates.output]
|
||||
input_path = '~/.config/matugen/templates/output.css'
|
||||
output_path = '~/Documents/color-scheme/output.css'
|
||||
|
||||
62
dot_config/matugen/templates/color.json
Normal file
62
dot_config/matugen/templates/color.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"m3colors": {
|
||||
"m3primary_paletteKeyColor": "{{colors.primary.default.hex}}",
|
||||
"m3secondary_paletteKeyColor": "{{colors.secondary.default.hex}}",
|
||||
"m3tertiary_paletteKeyColor": "{{colors.tertiary.default.hex}}",
|
||||
"m3neutral_paletteKeyColor": "{{colors.neutral.default.hex}}",
|
||||
"m3neutral_variant_paletteKeyColor": "{{colors.neutral_variant.default.hex}}",
|
||||
"m3background": "{{colors.background.default.hex}}",
|
||||
"m3onBackground": "{{colors.on_background.default.hex}}",
|
||||
"m3surface": "{{colors.surface.default.hex}}",
|
||||
"m3surfaceDim": "{{colors.surface_dim.default.hex}}",
|
||||
"m3surfaceBright": "{{colors.surface_bright.default.hex}}",
|
||||
"m3surfaceContainerLowest": "{{colors.surface_container_lowest.default.hex}}",
|
||||
"m3surfaceContainerLow": "{{colors.surface_container_low.default.hex}}",
|
||||
"m3surfaceContainer": "{{colors.surface_container.default.hex}}",
|
||||
"m3surfaceContainerHigh": "{{colors.surface_container_high.default.hex}}",
|
||||
"m3surfaceContainerHighest": "{{colors.surface_container_highest.default.hex}}",
|
||||
"m3onSurface": "{{colors.on_surface.default.hex}}",
|
||||
"m3surfaceVariant": "{{colors.surface_variant.default.hex}}",
|
||||
"m3onSurfaceVariant": "{{colors.on_surface_variant.default.hex}}",
|
||||
"m3inverseSurface": "{{colors.inverse_surface.default.hex}}",
|
||||
"m3inverseOnSurface": "{{colors.inverse_on_surface.default.hex}}",
|
||||
"m3outline": "{{colors.outline.default.hex}}",
|
||||
"m3outlineVariant": "{{colors.outline_variant.default.hex}}",
|
||||
"m3shadow": "{{colors.shadow.default.hex}}",
|
||||
"m3scrim": "{{colors.scrim.default.hex}}",
|
||||
"m3surfaceTint": "{{colors.surface_tint.default.hex}}",
|
||||
"m3primary": "{{colors.primary.default.hex}}",
|
||||
"m3onPrimary": "{{colors.on_primary.default.hex}}",
|
||||
"m3primaryContainer": "{{colors.primary_container.default.hex}}",
|
||||
"m3onPrimaryContainer": "{{colors.on_primary_container.default.hex}}",
|
||||
"m3inversePrimary": "{{colors.inverse_primary.default.hex}}",
|
||||
"m3secondary": "{{colors.secondary.default.hex}}",
|
||||
"m3onSecondary": "{{colors.on_secondary.default.hex}}",
|
||||
"m3secondaryContainer": "{{colors.secondary_container.default.hex}}",
|
||||
"m3onSecondaryContainer": "{{colors.on_secondary_container.default.hex}}",
|
||||
"m3tertiary": "{{colors.tertiary.default.hex}}",
|
||||
"m3onTertiary": "{{colors.on_tertiary.default.hex}}",
|
||||
"m3tertiaryContainer": "{{colors.tertiary_container.default.hex}}",
|
||||
"m3onTertiaryContainer": "{{colors.on_tertiary_container.default.hex}}",
|
||||
"m3error": "{{colors.error.default.hex}}",
|
||||
"m3onError": "{{colors.on_background.default.hex}}",
|
||||
"m3errorContainer": "{{colors.error_container.default.hex}}",
|
||||
"m3onErrorContainer": "{{colors.on_error_container.default.hex}}",
|
||||
"m3primaryFixed": "{{colors.primary_fixed.default.hex}}",
|
||||
"m3primaryFixedDim": "{{colors.primary_fixed_dim.default.hex}}",
|
||||
"m3onPrimaryFixed": "{{colors.on_primary_fixed.default.hex}}",
|
||||
"m3onPrimaryFixedVariant": "{{colors.on_primary_fixed_variant.default.hex}}",
|
||||
"m3secondaryFixed": "{{colors.secondary_fixed.default.hex}}",
|
||||
"m3secondaryFixedDim": "{{colors.secondary_fixed_dim.default.hex}}",
|
||||
"m3onSecondaryFixed": "{{colors.on_secondary_fixed.default.hex}}",
|
||||
"m3onSecondaryFixedVariant": "{{colors.on_secondary_fixed_variant.default.hex}}",
|
||||
"m3tertiaryFixed": "{{colors.tertiary_fixed.default.hex}}",
|
||||
"m3tertiaryFixedDim": "{{colors.tertiary_fixed_dim.default.hex}}",
|
||||
"m3onTertiaryFixed": "{{colors.on_tertiary_fixed.default.hex}}",
|
||||
"m3onTertiaryFixedVariant": "{{colors.on_tertiary_fixed_variant.default.hex}}",
|
||||
"m3success": "{{colors.success.default.hex}}",
|
||||
"m3onSuccess": "{{colors.on_success.default.hex}}",
|
||||
"m3successContainer": "{{colors.success_container.default.hex}}",
|
||||
"m3onSuccessContainer": "{{colors.on_success_container.default.hex}}"
|
||||
}
|
||||
}
|
||||
12
dot_config/matugen/templates/hyprtoolkit.conf
Normal file
12
dot_config/matugen/templates/hyprtoolkit.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
background=rgba({{colors.background.default.hex_stripped}}ff)
|
||||
base=rgba({{colors.primary_container.default.hex_stripped}}ff)
|
||||
text=rgba({{colors.on_primary_container.default.hex_stripped}}ff)
|
||||
alternate_base=rgba({{colors.secondary_container.default.hex_stripped}}ff)
|
||||
bright_text=rgba({{colors.on_secondary_container.default.hex_stripped}}ff)
|
||||
accent=rgba({{colors.on_primary_fixed_variant.default.hex_stripped}}ff)
|
||||
h1_size=22
|
||||
h2_size=19
|
||||
h3_size=17
|
||||
font_size=15
|
||||
small_font_size=12
|
||||
icon_theme=Papirus-Dark
|
||||
126
dot_config/matugen/templates/kcolorscheme.colors
Normal file
126
dot_config/matugen/templates/kcolorscheme.colors
Normal file
@@ -0,0 +1,126 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=56,56,56
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.65
|
||||
ContrastEffect=1
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=0.025000000000000001
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.10000000000000001
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
BackgroundNormal={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
DecorationFocus={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
DecorationHover={{colors.on_primary_container.default.red}}, {{colors.on_primary_container.default.green}}, {{colors.on_primary_container.default.blue}}
|
||||
ForegroundActive={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
ForegroundInactive={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
ForegroundLink={{colors.tertiary.default.red}}, {{colors.tertiary.default.green}}, {{colors.tertiary.default.blue}}
|
||||
ForegroundNegative={{colors.error_container.default.red}}, {{colors.error_container.default.green}}, {{colors.error_container.default.blue}}
|
||||
ForegroundNeutral={{colors.neutral.default.red}}, {{colors.neutral.default.green}}, {{colors.neutral.default.blue}}
|
||||
ForegroundNormal={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
ForegroundPositive={{colors.success.default.red}}, {{colors.success.default.green}}, {{colors.success.default.blue}}
|
||||
ForegroundVisited={{colors.secondary.default.red}}, {{colors.secondary.default.green}}, {{colors.secondary.default.blue}}
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
BackgroundNormal={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
DecorationFocus={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
DecorationHover={{colors.source_color.default.red}}, {{colors.source_color.default.green}}, {{colors.source_color.default.blue}}
|
||||
ForegroundActive={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
ForegroundInactive={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
ForegroundLink={{colors.tertiary.default.red}}, {{colors.tertiary.default.green}}, {{colors.tertiary.default.blue}}
|
||||
ForegroundNeutral={{colors.neutral.default.red}}, {{colors.neutral.default.green}}, {{colors.neutral.default.blue}}
|
||||
ForegroundNormal={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
ForegroundPositive={{colors.success.default.red}}, {{colors.success.default.green}}, {{colors.success.default.blue}}
|
||||
ForegroundVisited={{colors.secondary.default.red}}, {{colors.secondary.default.green}}, {{colors.secondary.default.blue}}
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundNormal={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
ForegroundActive={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
ForegroundInactive={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
ForegroundNegative={{colors.error_container.default.red}}, {{colors.error_container.default.green}}, {{colors.error_container.default.blue}}
|
||||
ForegroundVisited={{colors.secondary.default.red}}, {{colors.secondary.default.green}}, {{colors.secondary.default.blue}}
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
BackgroundNormal={{colors.source_color.default.red}}, {{colors.source_color.default.green}}, {{colors.source_color.default.blue}}
|
||||
DecorationFocus={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
DecorationHover={{colors.source_color.default.red}}, {{colors.source_color.default.green}}, {{colors.source_color.default.blue}}
|
||||
ForegroundActive={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
ForegroundInactive={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
ForegroundLink={{colors.tertiary.default.red}}, {{colors.tertiary.default.green}}, {{colors.tertiary.default.blue}}
|
||||
ForegroundNegative={{colors.error_container.default.red}}, {{colors.error_container.default.green}}, {{colors.error_container.default.blue}}
|
||||
ForegroundNeutral={{colors.neutral.default.red}}, {{colors.neutral.default.green}}, {{colors.neutral.default.blue}}
|
||||
ForegroundNormal={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
ForegroundPositive={{colors.success.default.red}}, {{colors.success.default.green}}, {{colors.success.default.blue}}
|
||||
ForegroundVisited={{colors.secondary.default.red}}, {{colors.secondary.default.green}}, {{colors.secondary.default.blue}}
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
BackgroundNormal={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
DecorationFocus={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
DecorationHover={{colors.source_color.default.red}}, {{colors.source_color.default.green}}, {{colors.source_color.default.blue}}
|
||||
ForegroundActive={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
ForegroundInactive={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
ForegroundLink={{colors.tertiary.default.red}}, {{colors.tertiary.default.green}}, {{colors.tertiary.default.blue}}
|
||||
ForegroundNegative={{colors.error_container.default.red}}, {{colors.error_container.default.green}}, {{colors.error_container.default.blue}}
|
||||
ForegroundNeutral={{colors.neutral.default.red}}, {{colors.neutral.default.green}}, {{colors.neutral.default.blue}}
|
||||
ForegroundNormal={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
ForegroundPositive={{colors.success.default.red}}, {{colors.success.default.green}}, {{colors.success.default.blue}}
|
||||
ForegroundVisited={{colors.secondary.default.red}}, {{colors.secondary.default.green}}, {{colors.secondary.default.blue}}
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
BackgroundNormal={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
DecorationFocus={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
DecorationHover={{colors.source_color.default.red}}, {{colors.source_color.default.green}}, {{colors.source_color.default.blue}}
|
||||
ForegroundActive=Foreground_Active_Color
|
||||
ForegroundInactive={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
ForegroundLink={{colors.tertiary.default.red}}, {{colors.tertiary.default.green}}, {{colors.tertiary.default.blue}}
|
||||
ForegroundNegative={{colors.error_container.default.red}}, {{colors.error_container.default.green}}, {{colors.error_container.default.blue}}
|
||||
ForegroundNeutral={{colors.neutral.default.red}}, {{colors.neutral.default.green}}, {{colors.neutral.default.blue}}
|
||||
ForegroundNormal={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
ForegroundPositive={{colors.success.default.red}}, {{colors.success.default.green}}, {{colors.success.default.blue}}
|
||||
ForegroundVisited={{colors.secondary.default.red}}, {{colors.secondary.default.green}}, {{colors.secondary.default.blue}}
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
BackgroundNormal={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
DecorationFocus={{colors.primary_fixed_dim.default.red}}, {{colors.primary_fixed_dim.default.green}}, {{colors.primary_fixed_dim.default.blue}}
|
||||
DecorationHover={{colors.source_color.default.red}}, {{colors.source_color.default.green}}, {{colors.source_color.default.blue}}
|
||||
ForegroundActive=Foreground_Active_Color
|
||||
ForegroundInactive={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
ForegroundLink={{colors.tertiary.default.red}}, {{colors.tertiary.default.green}}, {{colors.tertiary.default.blue}}
|
||||
ForegroundNegative={{colors.error_container.default.red}}, {{colors.error_container.default.green}}, {{colors.error_container.default.blue}}
|
||||
ForegroundNeutral={{colors.neutral.default.red}}, {{colors.neutral.default.green}}, {{colors.neutral.default.blue}}
|
||||
ForegroundNormal={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
ForegroundPositive={{colors.success.default.red}}, {{colors.success.default.green}}, {{colors.success.default.blue}}
|
||||
ForegroundVisited={{colors.secondary.default.red}}, {{colors.secondary.default.green}}, {{colors.secondary.default.blue}}
|
||||
|
||||
[General]
|
||||
ColorScheme=MatugenDarkColor
|
||||
Name=Matugen-Dark-Color
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
[KDE]
|
||||
contrast=5
|
||||
|
||||
[WM]
|
||||
activeBackground={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
activeBlend={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
activeForeground={{colors.on_surface.default.red}}, {{colors.on_surface.default.green}}, {{colors.on_surface.default.blue}}
|
||||
inactiveBackground={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
inactiveBlend={{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}
|
||||
inactiveForeground={{colors.surface_dim.default.red}}, {{colors.surface_dim.default.green}}, {{colors.surface_dim.default.blue}}
|
||||
126
dot_config/matugen/templates/kcolorscheme_template.colors
Normal file
126
dot_config/matugen/templates/kcolorscheme_template.colors
Normal file
@@ -0,0 +1,126 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=56,56,56
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.65
|
||||
ContrastEffect=1
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=0.025000000000000001
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.10000000000000001
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=Background_Color
|
||||
BackgroundNormal=Background_Color
|
||||
DecorationFocus=Folder_Hidden_Color
|
||||
DecorationHover=Button_Hover_Color
|
||||
ForegroundActive=Folder_Hidden_Color
|
||||
ForegroundInactive=Foreground_Inactive_Color
|
||||
ForegroundLink=Foreground_Link_Color
|
||||
ForegroundNegative=Foreground_Negative_Color
|
||||
ForegroundNeutral=Foreground_Neutral_Color
|
||||
ForegroundNormal=Foreground_Normal_Color
|
||||
ForegroundPositive=Foreground_Positive_Color
|
||||
ForegroundVisited=Foreground_Visited_Color
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=Background_Color
|
||||
BackgroundNormal=Background_Color
|
||||
DecorationFocus=Folder_Hidden_Color
|
||||
DecorationHover=Folder_Primary_Color
|
||||
ForegroundActive=Folder_Hidden_Color
|
||||
ForegroundInactive=Foreground_Inactive_Color
|
||||
ForegroundLink=Foreground_Link_Color
|
||||
ForegroundNeutral=Foreground_Neutral_Color
|
||||
ForegroundNormal=Foreground_Normal_Color
|
||||
ForegroundPositive=Foreground_Positive_Color
|
||||
ForegroundVisited=Foreground_Visited_Color
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundNormal=Background_Color
|
||||
ForegroundActive=Folder_Hidden_Color
|
||||
ForegroundInactive=Foreground_Inactive_Color
|
||||
ForegroundNegative=Foreground_Negative_Color
|
||||
ForegroundVisited=Foreground_Visited_Color
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=Background_Color
|
||||
BackgroundNormal=Folder_Primary_Color
|
||||
DecorationFocus=Folder_Hidden_Color
|
||||
DecorationHover=Folder_Primary_Color
|
||||
ForegroundActive=Foreground_Normal_Color
|
||||
ForegroundInactive=Foreground_Inactive_Color
|
||||
ForegroundLink=Foreground_Link_Color
|
||||
ForegroundNegative=Foreground_Negative_Color
|
||||
ForegroundNeutral=Foreground_Neutral_Color
|
||||
ForegroundNormal=Foreground_Normal_Color
|
||||
ForegroundPositive=Foreground_Positive_Color
|
||||
ForegroundVisited=Foreground_Visited_Color
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=Background_Color
|
||||
BackgroundNormal=Background_Color
|
||||
DecorationFocus=Folder_Hidden_Color
|
||||
DecorationHover=Folder_Primary_Color
|
||||
ForegroundActive=Folder_Hidden_Color
|
||||
ForegroundInactive=Foreground_Inactive_Color
|
||||
ForegroundLink=Foreground_Link_Color
|
||||
ForegroundNegative=Foreground_Negative_Color
|
||||
ForegroundNeutral=Foreground_Neutral_Color
|
||||
ForegroundNormal=Foreground_Normal_Color
|
||||
ForegroundPositive=Foreground_Positive_Color
|
||||
ForegroundVisited=Foreground_Visited_Color
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=Background_Color
|
||||
BackgroundNormal=Background_Color
|
||||
DecorationFocus=Folder_Hidden_Color
|
||||
DecorationHover=Folder_Primary_Color
|
||||
ForegroundActive=Foreground_Active_Color
|
||||
ForegroundInactive=Foreground_Inactive_Color
|
||||
ForegroundLink=Foreground_Link_Color
|
||||
ForegroundNegative=Foreground_Negative_Color
|
||||
ForegroundNeutral=Foreground_Neutral_Color
|
||||
ForegroundNormal=Foreground_Normal_Color
|
||||
ForegroundPositive=Foreground_Positive_Color
|
||||
ForegroundVisited=Foreground_Visited_Color
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=Background_Color
|
||||
BackgroundNormal=Background_Color
|
||||
DecorationFocus=Folder_Hidden_Color
|
||||
DecorationHover=Folder_Primary_Color
|
||||
ForegroundActive=Foreground_Active_Color
|
||||
ForegroundInactive=Foreground_Inactive_Color
|
||||
ForegroundLink=Foreground_Link_Color
|
||||
ForegroundNegative=Foreground_Negative_Color
|
||||
ForegroundNeutral=Foreground_Neutral_Color
|
||||
ForegroundNormal=Foreground_Normal_Color
|
||||
ForegroundPositive=Foreground_Positive_Color
|
||||
ForegroundVisited=Foreground_Visited_Color
|
||||
|
||||
[General]
|
||||
ColorScheme=MatugenDarkColor
|
||||
Name=Matugen-Dark-Color
|
||||
accentActiveTitlebar=false
|
||||
shadeSortColumn=true
|
||||
|
||||
[KDE]
|
||||
contrast=5
|
||||
|
||||
[WM]
|
||||
activeBackground=Background_Color
|
||||
activeBlend=Background_Color
|
||||
activeForeground=Foreground_Normal_Color
|
||||
inactiveBackground=Background_Color
|
||||
inactiveBlend=Background_Color
|
||||
inactiveForeground=Foreground_Inactive_Color
|
||||
168
dot_config/matugen/templates/output.css
Normal file
168
dot_config/matugen/templates/output.css
Normal file
@@ -0,0 +1,168 @@
|
||||
#error {
|
||||
color: {{ colors.error.default.hex }}
|
||||
}
|
||||
#on_error {
|
||||
color: {{ colors.on_error.default.hex }}
|
||||
}
|
||||
#error_container {
|
||||
color: {{ colors.error_container.default.hex }}
|
||||
}
|
||||
#on_error_container {
|
||||
color: {{ colors.on_error_container.default.hex }}
|
||||
}
|
||||
#primary {
|
||||
color: {{ colors.primary.default.hex }}
|
||||
}
|
||||
#on_primary {
|
||||
color: {{ colors.on_primary.default.hex }}
|
||||
}
|
||||
#primary_container {
|
||||
color: {{ colors.primary_container.default.hex }}
|
||||
}
|
||||
#on_primary_container {
|
||||
color: {{ colors.on_primary_container.default.hex }}
|
||||
}
|
||||
#inverse_primary {
|
||||
color: {{ colors.inverse_primary.default.hex }}
|
||||
}
|
||||
#primary_fixed {
|
||||
color: {{ colors.primary_fixed.default.hex }}
|
||||
}
|
||||
#primary_fixed_dim {
|
||||
color: {{ colors.primary_fixed_dim.default.hex }}
|
||||
}
|
||||
#on_primary_fixed {
|
||||
color: {{ colors.on_primary_fixed.default.hex }}
|
||||
}
|
||||
#on_primary_fixed_variant {
|
||||
color: {{ colors.on_primary_fixed_variant.default.hex }}
|
||||
}
|
||||
#secondary {
|
||||
color: {{ colors.secondary.default.hex }}
|
||||
}
|
||||
#on_secondary {
|
||||
color: {{ colors.on_secondary.default.hex }}
|
||||
}
|
||||
#secondary_container {
|
||||
color: {{ colors.secondary_container.default.hex }}
|
||||
}
|
||||
#on_secondary_container {
|
||||
color: {{ colors.on_secondary_container.default.hex }}
|
||||
}
|
||||
#secondary_fixed {
|
||||
color: {{ colors.secondary_fixed.default.hex }}
|
||||
}
|
||||
#on_secondary_fixed {
|
||||
color: {{ colors.on_secondary_fixed.default.hex }}
|
||||
}
|
||||
#on_secondary_fixed_variant {
|
||||
color: {{ colors.on_secondary_fixed_variant.default.hex }}
|
||||
}
|
||||
#secondary_fixed_dim {
|
||||
color: {{ colors.secondary_fixed_dim.default.hex }}
|
||||
}
|
||||
#tertiary {
|
||||
color: {{ colors.tertiary.default.hex }}
|
||||
}
|
||||
#on_tertiary {
|
||||
color: {{ colors.on_tertiary.default.hex }}
|
||||
}
|
||||
#tertiary_container {
|
||||
color: {{ colors.tertiary_container.default.hex }}
|
||||
}
|
||||
#on_tertiary_container {
|
||||
color: {{ colors.on_tertiary_container.default.hex }}
|
||||
}
|
||||
#tertiary_fixed {
|
||||
color: {{ colors.tertiary_fixed.default.hex }}
|
||||
}
|
||||
#on_tertiary_fixed {
|
||||
color: {{ colors.on_tertiary_fixed.default.hex }}
|
||||
}
|
||||
#on_tertiary_fixed_variant {
|
||||
color: {{ colors.on_tertiary_fixed_variant.default.hex }}
|
||||
}
|
||||
#tertiary_fixed_dim {
|
||||
color: {{ colors.tertiary_fixed_dim.default.hex }}
|
||||
}
|
||||
#surface {
|
||||
color: {{ colors.surface.default.hex }}
|
||||
}
|
||||
#on_surface {
|
||||
color: {{ colors.on_surface.default.hex }}
|
||||
}
|
||||
#surface_bright {
|
||||
color: {{ colors.surface_bright.default.hex }}
|
||||
}
|
||||
#surface_dim {
|
||||
color: {{ colors.surface_dim.default.hex }}
|
||||
}
|
||||
#surface_container_lowest {
|
||||
color: {{ colors.surface_container_lowest.default.hex }}
|
||||
}
|
||||
#surface_container_low {
|
||||
color: {{ colors.surface_container_low.default.hex }}
|
||||
}
|
||||
#surface_container {
|
||||
color: {{ colors.surface_container.default.hex }}
|
||||
}
|
||||
#surface_container_high {
|
||||
color: {{ colors.surface_container_high.default.hex }}
|
||||
}
|
||||
#surface_container_highest {
|
||||
color: {{ colors.surface_container_highest.default.hex }}
|
||||
}
|
||||
#surface_variant {
|
||||
color: {{ colors.surface_variant.default.hex }}
|
||||
}
|
||||
#on_surface_variant {
|
||||
color: {{ colors.on_surface_variant.default.hex }}
|
||||
}
|
||||
#inverse_surface {
|
||||
color: {{ colors.inverse_surface.default.hex }}
|
||||
}
|
||||
#inverse_on_surface {
|
||||
color: {{ colors.inverse_on_surface.default.hex }}
|
||||
}
|
||||
#surface_tint {
|
||||
color: {{ colors.surface_tint.default.hex }}
|
||||
}
|
||||
#background {
|
||||
color: {{ colors.background.default.hex }}
|
||||
}
|
||||
#on_background {
|
||||
color: {{ colors.on_background.default.hex }}
|
||||
}
|
||||
#shadow {
|
||||
color: {{ colors.shadow.default.hex }}
|
||||
}
|
||||
#scrim {
|
||||
color: {{ colors.scrim.default.hex }}
|
||||
}
|
||||
#source_color {
|
||||
color: {{ colors.source_color.default.hex }}
|
||||
}
|
||||
#neutral {
|
||||
color: {{ colors.neutral.default.hex }}
|
||||
}
|
||||
#neutral_variant {
|
||||
color: {{ colors.neutral_variant.default.hex}}
|
||||
}
|
||||
#success {
|
||||
color: {{ colors.success.default.hex }}
|
||||
}
|
||||
#on_success {
|
||||
color: {{ colors.on_success.default.hex }}
|
||||
}
|
||||
#success_container {
|
||||
color: {{ colors.success_container.default.hex }}
|
||||
}
|
||||
#on_success_container {
|
||||
color: {{ colors.on_success_container.default.hex }}
|
||||
}
|
||||
#outline {
|
||||
color: {{ colors.outline.default.hex }}
|
||||
}
|
||||
#outline_variant {
|
||||
color: {{ colors.outline_variant.default.hex }}
|
||||
}
|
||||
Reference in New Issue
Block a user