Dotfiles management (try to keep under 50 characters)
Adding dotfiles folders [Ticket: X] ~ ~ ".git/COMMIT_EDITMSG" 14L, 297C
@@ -0,0 +1,132 @@
|
||||
/* @media -moz-pref("userChrome.theme-material") { */
|
||||
/* :root { */
|
||||
/* --md-sys-color-primary: #535a92; */
|
||||
/* --md-sys-color-surface-tint: #535a92; */
|
||||
/* --md-sys-color-on-primary: #ffffff; */
|
||||
/* --md-sys-color-primary-container: #dfe0ff; */
|
||||
/* --md-sys-color-on-primary-container: #0e154b; */
|
||||
/* --md-sys-color-secondary: #5b5d72; */
|
||||
/* --md-sys-color-on-secondary: #ffffff; */
|
||||
/* --md-sys-color-secondary-container: #e0e0f9; */
|
||||
/* --md-sys-color-on-secondary-container: #181a2c; */
|
||||
/* --md-sys-color-tertiary: #77536c; */
|
||||
/* --md-sys-color-on-tertiary: #ffffff; */
|
||||
/* --md-sys-color-tertiary-container: #ffd7ef; */
|
||||
/* --md-sys-color-on-tertiary-container: #2d1127; */
|
||||
/* --md-sys-color-error: #ba1a1a; */
|
||||
/* --md-sys-color-on-error: #ffffff; */
|
||||
/* --md-sys-color-error-container: #ffdad6; */
|
||||
/* --md-sys-color-on-error-container: #410002; */
|
||||
/* --md-sys-color-background: #fbf8ff; */
|
||||
/* --md-sys-color-on-background: #1b1b21; */
|
||||
/* --md-sys-color-surface: #fbf8ff; */
|
||||
/* --md-sys-color-on-surface: #1b1b21; */
|
||||
/* --md-sys-color-surface-variant: #e3e1ec; */
|
||||
/* --md-sys-color-on-surface-variant: #46464f; */
|
||||
/* --md-sys-color-outline: #777680; */
|
||||
/* --md-sys-color-outline-variant: #c7c5d0; */
|
||||
/* --md-sys-color-shadow: #000000; */
|
||||
/* --md-sys-color-scrim: #000000; */
|
||||
/* --md-sys-color-inverse-surface: #303036; */
|
||||
/* --md-sys-color-inverse-on-surface: #f2eff7; */
|
||||
/* --md-sys-color-inverse-primary: #bcc2ff; */
|
||||
/* --md-sys-color-primary-fixed: #dfe0ff; */
|
||||
/* --md-sys-color-on-primary-fixed: #0e154b; */
|
||||
/* --md-sys-color-primary-fixed-dim: #bcc2ff; */
|
||||
/* --md-sys-color-on-primary-fixed-variant: #3b4279; */
|
||||
/* --md-sys-color-secondary-fixed: #e0e0f9; */
|
||||
/* --md-sys-color-on-secondary-fixed: #181a2c; */
|
||||
/* --md-sys-color-secondary-fixed-dim: #c4c5dd; */
|
||||
/* --md-sys-color-on-secondary-fixed-variant: #444559; */
|
||||
/* --md-sys-color-tertiary-fixed: #ffd7ef; */
|
||||
/* --md-sys-color-on-tertiary-fixed: #2d1127; */
|
||||
/* --md-sys-color-tertiary-fixed-dim: #e7b9d6; */
|
||||
/* --md-sys-color-on-tertiary-fixed-variant: #5e3c54; */
|
||||
/* --md-sys-color-surface-dim: #dbd9e0; */
|
||||
/* --md-sys-color-surface-bright: #fbf8ff; */
|
||||
/* --md-sys-color-surface-container-lowest: #ffffff; */
|
||||
/* --md-sys-color-surface-container-low: #f5f2fa; */
|
||||
/* --md-sys-color-surface-container: #fbf8ff; */
|
||||
/* --md-sys-color-surface-container-high: #fbf8ff; */
|
||||
/* --md-sys-color-surface-container-highest: #fbf8ff; */
|
||||
/**/
|
||||
/* --m3-radius: 12px; */
|
||||
/* --m3-radius-sm: 10px; */
|
||||
/* --m3-elev-0: none; */
|
||||
/* --m3-elev-1: 0 1px 2px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.06); */
|
||||
/* --m3-elev-2: 0 2px 6px rgba(0,0,0,.10), 0 1px 3px rgba(0,0,0,.06); */
|
||||
/**/
|
||||
/* --tab-height: 34px; */
|
||||
/* --urlbar-height: 38px; */
|
||||
/**/
|
||||
/* --state-hover: color-mix(in srgb, var(--md-sys-color-on-surface) 8%, transparent); */
|
||||
/* --state-press: color-mix(in srgb, var(--md-sys-color-on-surface) 12%, transparent); */
|
||||
/**/
|
||||
/* --focus-ring: 0 0 0 2px color-mix(in srgb, var(--md-sys-color-primary) 70%, transparent); */
|
||||
/* } */
|
||||
/* } */
|
||||
/**/
|
||||
/* @media (prefers-color-scheme: dark) { */
|
||||
/* :root { */
|
||||
/* --md-sys-color-primary: #bcc2ff; */
|
||||
/* --md-sys-color-surface-tint: #bcc2ff; */
|
||||
/* --md-sys-color-on-primary: #252b61; */
|
||||
/* --md-sys-color-primary-container: #3b4279; */
|
||||
/* --md-sys-color-on-primary-container: #dfe0ff; */
|
||||
/* --md-sys-color-secondary: #c4c5dd; */
|
||||
/* --md-sys-color-on-secondary: #2d2f42; */
|
||||
/* --md-sys-color-secondary-container: #444559; */
|
||||
/* --md-sys-color-on-secondary-container: #e0e0f9; */
|
||||
/* --md-sys-color-tertiary: #e7b9d6; */
|
||||
/* --md-sys-color-on-tertiary: #45263c; */
|
||||
/* --md-sys-color-tertiary-container: #5e3c54; */
|
||||
/* --md-sys-color-on-tertiary-container: #ffd7ef; */
|
||||
/* --md-sys-color-error: #ffb4ab; */
|
||||
/* --md-sys-color-on-error: #690005; */
|
||||
/* --md-sys-color-error-container: #93000a; */
|
||||
/* --md-sys-color-on-error-container: #ffdad6; */
|
||||
/* --md-sys-color-background: #131318; */
|
||||
/* --md-sys-color-on-background: #e4e1e9; */
|
||||
/* --md-sys-color-surface: #131318; */
|
||||
/* --md-sys-color-on-surface: #e4e1e9; */
|
||||
/* --md-sys-color-surface-variant: #46464f; */
|
||||
/* --md-sys-color-on-surface-variant: #c7c5d0; */
|
||||
/* --md-sys-color-outline: #91909a; */
|
||||
/* --md-sys-color-outline-variant: #46464f; */
|
||||
/* --md-sys-color-shadow: #000000; */
|
||||
/* --md-sys-color-scrim: #000000; */
|
||||
/* --md-sys-color-inverse-surface: #e4e1e9; */
|
||||
/* --md-sys-color-inverse-on-surface: #303036; */
|
||||
/* --md-sys-color-inverse-primary: #535a92; */
|
||||
/* --md-sys-color-primary-fixed: #dfe0ff; */
|
||||
/* --md-sys-color-on-primary-fixed: #0e154b; */
|
||||
/* --md-sys-color-primary-fixed-dim: #bcc2ff; */
|
||||
/* --md-sys-color-on-primary-fixed-variant: #3b4279; */
|
||||
/* --md-sys-color-secondary-fixed: #e0e0f9; */
|
||||
/* --md-sys-color-on-secondary-fixed: #181a2c; */
|
||||
/* --md-sys-color-secondary-fixed-dim: #c4c5dd; */
|
||||
/* --md-sys-color-on-secondary-fixed-variant: #444559; */
|
||||
/* --md-sys-color-tertiary-fixed: #ffd7ef; */
|
||||
/* --md-sys-color-on-tertiary-fixed: #2d1127; */
|
||||
/* --md-sys-color-tertiary-fixed-dim: #e7b9d6; */
|
||||
/* --md-sys-color-on-tertiary-fixed-variant: #5e3c54; */
|
||||
/* --md-sys-color-surface-dim: #131318; */
|
||||
/* --md-sys-color-surface-bright: #39393f; */
|
||||
/* --md-sys-color-surface-container-lowest: #0d0e13; */
|
||||
/* --md-sys-color-surface-container-low: #1b1b21; */
|
||||
/* --md-sys-color-surface-container: #1f1f25; */
|
||||
/* --md-sys-color-surface-container-high: #29292f; */
|
||||
/* --md-sys-color-surface-container-highest: #34343a; */
|
||||
/**/
|
||||
/* --m3-elev-1: 0 1px 2px rgba(0,0,0,.50), 0 1px 3px rgba(0,0,0,.35); */
|
||||
/* --m3-elev-2: 0 4px 10px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.35); */
|
||||
/**/
|
||||
/* --state-hover: color-mix(in srgb, var(--md-sys-color-on-surface) 6%, transparent); */
|
||||
/* --state-press: color-mix(in srgb, var(--md-sys-color-on-surface) 10%, transparent); */
|
||||
/* } */
|
||||
/* } */
|
||||
/**/
|
||||
/* /* idk if this even works, but the suggestion in the material updated readme bricks symbols no matter how many fallbacks I add */ */
|
||||
/* :root { */
|
||||
/* font-family: system-ui, "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; */
|
||||
/* } */
|
||||
@@ -0,0 +1,566 @@
|
||||
{
|
||||
"currentThemeName": "dynamic",
|
||||
"currentThemeCategory": "dynamic",
|
||||
"customThemeFile": "/home/geoff/.config/DankMaterialShell/themes/rosePine/theme.json",
|
||||
"registryThemeVariants": {
|
||||
"rosePine": "dawn"
|
||||
},
|
||||
"matugenScheme": "scheme-tonal-spot",
|
||||
"runUserMatugenTemplates": true,
|
||||
"matugenTargetMonitor": "",
|
||||
"popupTransparency": 1,
|
||||
"dockTransparency": 1,
|
||||
"widgetBackgroundColor": "sch",
|
||||
"widgetColorMode": "colorful",
|
||||
"controlCenterTileColorMode": "primary",
|
||||
"buttonColorMode": "primary",
|
||||
"cornerRadius": 12,
|
||||
"niriLayoutGapsOverride": 8,
|
||||
"niriLayoutRadiusOverride": -1,
|
||||
"niriLayoutBorderSize": 2,
|
||||
"hyprlandLayoutGapsOverride": -1,
|
||||
"hyprlandLayoutRadiusOverride": -1,
|
||||
"hyprlandLayoutBorderSize": -1,
|
||||
"mangoLayoutGapsOverride": -1,
|
||||
"mangoLayoutRadiusOverride": -1,
|
||||
"mangoLayoutBorderSize": -1,
|
||||
"use24HourClock": true,
|
||||
"showSeconds": false,
|
||||
"padHours12Hour": false,
|
||||
"useFahrenheit": false,
|
||||
"windSpeedUnit": "kmh",
|
||||
"nightModeEnabled": false,
|
||||
"animationSpeed": 1,
|
||||
"customAnimationDuration": 500,
|
||||
"syncComponentAnimationSpeeds": true,
|
||||
"popoutAnimationSpeed": 1,
|
||||
"popoutCustomAnimationDuration": 150,
|
||||
"modalAnimationSpeed": 1,
|
||||
"modalCustomAnimationDuration": 150,
|
||||
"enableRippleEffects": true,
|
||||
"blurEnabled": false,
|
||||
"blurForegroundLayers": true,
|
||||
"blurLayerOutlineOpacity": 0.12,
|
||||
"blurBorderColor": "outline",
|
||||
"blurBorderCustomColor": "#ffffff",
|
||||
"blurBorderOpacity": 0.35,
|
||||
"wallpaperFillMode": "Fill",
|
||||
"blurredWallpaperLayer": false,
|
||||
"blurWallpaperOnOverview": false,
|
||||
"showLauncherButton": true,
|
||||
"showWorkspaceSwitcher": true,
|
||||
"showFocusedWindow": true,
|
||||
"showWeather": true,
|
||||
"showMusic": true,
|
||||
"showClipboard": true,
|
||||
"showCpuUsage": true,
|
||||
"showMemUsage": true,
|
||||
"showCpuTemp": true,
|
||||
"showGpuTemp": true,
|
||||
"selectedGpuIndex": 0,
|
||||
"enabledGpuPciIds": [],
|
||||
"showSystemTray": true,
|
||||
"systemTrayIconTintMode": "none",
|
||||
"systemTrayIconTintSaturation": 50,
|
||||
"systemTrayIconTintStrength": 135,
|
||||
"showClock": true,
|
||||
"showNotificationButton": true,
|
||||
"showBattery": true,
|
||||
"showControlCenterButton": true,
|
||||
"showCapsLockIndicator": true,
|
||||
"controlCenterShowNetworkIcon": true,
|
||||
"controlCenterShowBluetoothIcon": true,
|
||||
"controlCenterShowAudioIcon": true,
|
||||
"controlCenterShowAudioPercent": false,
|
||||
"controlCenterShowVpnIcon": true,
|
||||
"controlCenterShowBrightnessIcon": false,
|
||||
"controlCenterShowBrightnessPercent": false,
|
||||
"controlCenterShowMicIcon": false,
|
||||
"controlCenterShowMicPercent": true,
|
||||
"controlCenterShowBatteryIcon": false,
|
||||
"controlCenterShowPrinterIcon": false,
|
||||
"controlCenterShowScreenSharingIcon": true,
|
||||
"showPrivacyButton": true,
|
||||
"privacyShowMicIcon": false,
|
||||
"privacyShowCameraIcon": false,
|
||||
"privacyShowScreenShareIcon": false,
|
||||
"controlCenterWidgets": [
|
||||
{
|
||||
"id": "volumeSlider",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
},
|
||||
{
|
||||
"id": "brightnessSlider",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
},
|
||||
{
|
||||
"id": "wifi",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
},
|
||||
{
|
||||
"id": "bluetooth",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
},
|
||||
{
|
||||
"id": "audioOutput",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
},
|
||||
{
|
||||
"id": "audioInput",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
},
|
||||
{
|
||||
"id": "nightMode",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
},
|
||||
{
|
||||
"id": "darkMode",
|
||||
"enabled": true,
|
||||
"width": 50
|
||||
}
|
||||
],
|
||||
"showWorkspaceIndex": false,
|
||||
"showWorkspaceName": false,
|
||||
"showWorkspacePadding": false,
|
||||
"workspaceScrolling": false,
|
||||
"showWorkspaceApps": false,
|
||||
"workspaceDragReorder": true,
|
||||
"maxWorkspaceIcons": 3,
|
||||
"workspaceAppIconSizeOffset": 0,
|
||||
"groupWorkspaceApps": true,
|
||||
"workspaceFollowFocus": false,
|
||||
"showOccupiedWorkspacesOnly": false,
|
||||
"reverseScrolling": false,
|
||||
"dwlShowAllTags": false,
|
||||
"workspaceColorMode": "default",
|
||||
"workspaceOccupiedColorMode": "none",
|
||||
"workspaceUnfocusedColorMode": "default",
|
||||
"workspaceUrgentColorMode": "default",
|
||||
"workspaceFocusedBorderEnabled": false,
|
||||
"workspaceFocusedBorderColor": "primary",
|
||||
"workspaceFocusedBorderThickness": 2,
|
||||
"workspaceNameIcons": {},
|
||||
"waveProgressEnabled": true,
|
||||
"scrollTitleEnabled": true,
|
||||
"audioVisualizerEnabled": true,
|
||||
"audioScrollMode": "volume",
|
||||
"audioWheelScrollAmount": 5,
|
||||
"clockCompactMode": false,
|
||||
"focusedWindowCompactMode": false,
|
||||
"runningAppsCompactMode": true,
|
||||
"barMaxVisibleApps": 0,
|
||||
"barMaxVisibleRunningApps": 0,
|
||||
"barShowOverflowBadge": true,
|
||||
"appsDockHideIndicators": false,
|
||||
"appsDockColorizeActive": false,
|
||||
"appsDockActiveColorMode": "primary",
|
||||
"appsDockEnlargeOnHover": false,
|
||||
"appsDockEnlargePercentage": 125,
|
||||
"appsDockIconSizePercentage": 100,
|
||||
"keyboardLayoutNameCompactMode": false,
|
||||
"runningAppsCurrentWorkspace": true,
|
||||
"runningAppsGroupByApp": false,
|
||||
"runningAppsCurrentMonitor": false,
|
||||
"appIdSubstitutions": [],
|
||||
"centeringMode": "index",
|
||||
"clockDateFormat": "",
|
||||
"lockDateFormat": "",
|
||||
"greeterRememberLastSession": true,
|
||||
"greeterRememberLastUser": true,
|
||||
"greeterEnableFprint": false,
|
||||
"greeterEnableU2f": false,
|
||||
"greeterWallpaperPath": "",
|
||||
"mediaSize": 1,
|
||||
"appLauncherViewMode": "list",
|
||||
"spotlightModalViewMode": "list",
|
||||
"browserPickerViewMode": "grid",
|
||||
"browserUsageHistory": {
|
||||
"firefox": {
|
||||
"count": 5,
|
||||
"lastUsed": 1777836758285,
|
||||
"name": "Firefox"
|
||||
}
|
||||
},
|
||||
"appPickerViewMode": "grid",
|
||||
"filePickerUsageHistory": {},
|
||||
"sortAppsAlphabetically": false,
|
||||
"appLauncherGridColumns": 4,
|
||||
"spotlightCloseNiriOverview": true,
|
||||
"spotlightSectionViewModes": {
|
||||
"apps": "list"
|
||||
},
|
||||
"appDrawerSectionViewModes": {},
|
||||
"niriOverviewOverlayEnabled": true,
|
||||
"dankLauncherV2Size": "compact",
|
||||
"dankLauncherV2BorderEnabled": false,
|
||||
"dankLauncherV2BorderThickness": 2,
|
||||
"dankLauncherV2BorderColor": "primary",
|
||||
"dankLauncherV2ShowFooter": true,
|
||||
"dankLauncherV2UnloadOnClose": false,
|
||||
"useAutoLocation": false,
|
||||
"weatherEnabled": true,
|
||||
"networkPreference": "wifi",
|
||||
"iconTheme": "Adwaita-orange",
|
||||
"cursorSettings": {
|
||||
"theme": "BreezeX-RosePineDawn-Linux",
|
||||
"size": 24,
|
||||
"niri": {
|
||||
"hideWhenTyping": false,
|
||||
"hideAfterInactiveMs": 0
|
||||
},
|
||||
"hyprland": {
|
||||
"hideOnKeyPress": false,
|
||||
"hideOnTouch": false,
|
||||
"inactiveTimeout": 0
|
||||
},
|
||||
"dwl": {
|
||||
"cursorHideTimeout": 0
|
||||
}
|
||||
},
|
||||
"launcherLogoMode": "apps",
|
||||
"launcherLogoCustomPath": "",
|
||||
"launcherLogoColorOverride": "",
|
||||
"launcherLogoColorInvertOnMode": false,
|
||||
"launcherLogoBrightness": 0.5,
|
||||
"launcherLogoContrast": 1,
|
||||
"launcherLogoSizeOffset": 0,
|
||||
"fontFamily": "Inter Variable",
|
||||
"monoFontFamily": "Fira Code",
|
||||
"fontWeight": 400,
|
||||
"fontScale": 1,
|
||||
"notepadUseMonospace": true,
|
||||
"notepadFontFamily": "",
|
||||
"notepadFontSize": 14,
|
||||
"notepadShowLineNumbers": false,
|
||||
"notepadTransparencyOverride": -1,
|
||||
"notepadLastCustomTransparency": 0.32,
|
||||
"soundsEnabled": true,
|
||||
"useSystemSoundTheme": false,
|
||||
"soundNewNotification": true,
|
||||
"soundVolumeChanged": true,
|
||||
"soundPluggedIn": true,
|
||||
"acMonitorTimeout": 0,
|
||||
"acLockTimeout": 0,
|
||||
"acSuspendTimeout": 0,
|
||||
"acSuspendBehavior": 0,
|
||||
"acProfileName": "",
|
||||
"batteryMonitorTimeout": 0,
|
||||
"batteryLockTimeout": 0,
|
||||
"batterySuspendTimeout": 0,
|
||||
"batterySuspendBehavior": 0,
|
||||
"batteryProfileName": "",
|
||||
"batteryChargeLimit": 100,
|
||||
"lockBeforeSuspend": false,
|
||||
"loginctlLockIntegration": true,
|
||||
"fadeToLockEnabled": true,
|
||||
"fadeToLockGracePeriod": 5,
|
||||
"fadeToDpmsEnabled": true,
|
||||
"fadeToDpmsGracePeriod": 5,
|
||||
"launchPrefix": "",
|
||||
"brightnessDevicePins": {},
|
||||
"wifiNetworkPins": {
|
||||
"preferredWifi": [
|
||||
"TP-LINK_1112_5G"
|
||||
]
|
||||
},
|
||||
"bluetoothDevicePins": {},
|
||||
"audioInputDevicePins": {
|
||||
"preferredInput": [
|
||||
"alsa_input.usb-Logitech_PRO_X_Wireless_Gaming_Headset-00.mono-fallback"
|
||||
]
|
||||
},
|
||||
"audioOutputDevicePins": {
|
||||
"preferredOutput": [
|
||||
"alsa_output.pci-0000_0a_00.1.hdmi-stereo"
|
||||
]
|
||||
},
|
||||
"gtkThemingEnabled": false,
|
||||
"qtThemingEnabled": false,
|
||||
"syncModeWithPortal": true,
|
||||
"terminalsAlwaysDark": false,
|
||||
"muxType": "tmux",
|
||||
"muxUseCustomCommand": false,
|
||||
"muxCustomCommand": "",
|
||||
"muxSessionFilter": "",
|
||||
"runDmsMatugenTemplates": true,
|
||||
"matugenTemplateGtk": true,
|
||||
"matugenTemplateNiri": true,
|
||||
"matugenTemplateHyprland": true,
|
||||
"matugenTemplateMangowc": true,
|
||||
"matugenTemplateQt5ct": true,
|
||||
"matugenTemplateQt6ct": true,
|
||||
"matugenTemplateFirefox": false,
|
||||
"matugenTemplatePywalfox": true,
|
||||
"matugenTemplateZenBrowser": true,
|
||||
"matugenTemplateVesktop": true,
|
||||
"matugenTemplateEquibop": true,
|
||||
"matugenTemplateGhostty": true,
|
||||
"matugenTemplateKitty": false,
|
||||
"matugenTemplateFoot": true,
|
||||
"matugenTemplateAlacritty": true,
|
||||
"matugenTemplateNeovim": false,
|
||||
"matugenTemplateWezterm": true,
|
||||
"matugenTemplateDgop": true,
|
||||
"matugenTemplateKcolorscheme": true,
|
||||
"matugenTemplateVscode": true,
|
||||
"matugenTemplateEmacs": true,
|
||||
"matugenTemplateZed": true,
|
||||
"showDock": false,
|
||||
"dockAutoHide": false,
|
||||
"dockSmartAutoHide": false,
|
||||
"dockGroupByApp": false,
|
||||
"dockOpenOnOverview": false,
|
||||
"dockPosition": 1,
|
||||
"dockSpacing": 4,
|
||||
"dockBottomGap": 0,
|
||||
"dockMargin": 0,
|
||||
"dockIconSize": 40,
|
||||
"dockIndicatorStyle": "circle",
|
||||
"dockBorderEnabled": false,
|
||||
"dockBorderColor": "surfaceText",
|
||||
"dockBorderOpacity": 1,
|
||||
"dockBorderThickness": 1,
|
||||
"dockIsolateDisplays": false,
|
||||
"dockLauncherEnabled": false,
|
||||
"dockLauncherLogoMode": "apps",
|
||||
"dockLauncherLogoCustomPath": "",
|
||||
"dockLauncherLogoColorOverride": "",
|
||||
"dockLauncherLogoSizeOffset": 0,
|
||||
"dockLauncherLogoBrightness": 0.5,
|
||||
"dockLauncherLogoContrast": 1,
|
||||
"dockMaxVisibleApps": 0,
|
||||
"dockMaxVisibleRunningApps": 0,
|
||||
"dockShowOverflowBadge": true,
|
||||
"notificationOverlayEnabled": false,
|
||||
"notificationPopupShadowEnabled": true,
|
||||
"notificationPopupPrivacyMode": false,
|
||||
"modalDarkenBackground": true,
|
||||
"lockScreenShowPowerActions": true,
|
||||
"lockScreenShowSystemIcons": true,
|
||||
"lockScreenShowTime": true,
|
||||
"lockScreenShowDate": true,
|
||||
"lockScreenShowProfileImage": true,
|
||||
"lockScreenShowPasswordField": true,
|
||||
"lockScreenShowMediaPlayer": true,
|
||||
"lockScreenPowerOffMonitorsOnLock": false,
|
||||
"lockAtStartup": false,
|
||||
"enableFprint": false,
|
||||
"maxFprintTries": 15,
|
||||
"enableU2f": false,
|
||||
"u2fMode": "or",
|
||||
"lockScreenActiveMonitor": "all",
|
||||
"lockScreenInactiveColor": "#000000",
|
||||
"lockScreenNotificationMode": 0,
|
||||
"hideBrightnessSlider": false,
|
||||
"notificationTimeoutLow": 5000,
|
||||
"notificationTimeoutNormal": 5000,
|
||||
"notificationTimeoutCritical": 0,
|
||||
"notificationCompactMode": false,
|
||||
"notificationPopupPosition": 0,
|
||||
"notificationAnimationSpeed": 1,
|
||||
"notificationCustomAnimationDuration": 400,
|
||||
"notificationHistoryEnabled": true,
|
||||
"notificationHistoryMaxCount": 50,
|
||||
"notificationHistoryMaxAgeDays": 7,
|
||||
"notificationHistorySaveLow": true,
|
||||
"notificationHistorySaveNormal": true,
|
||||
"notificationHistorySaveCritical": true,
|
||||
"notificationRules": [],
|
||||
"osdAlwaysShowValue": false,
|
||||
"osdPosition": 5,
|
||||
"osdVolumeEnabled": true,
|
||||
"osdMediaVolumeEnabled": true,
|
||||
"osdMediaPlaybackEnabled": false,
|
||||
"osdBrightnessEnabled": true,
|
||||
"osdIdleInhibitorEnabled": true,
|
||||
"osdMicMuteEnabled": true,
|
||||
"osdCapsLockEnabled": true,
|
||||
"osdPowerProfileEnabled": true,
|
||||
"osdAudioOutputEnabled": true,
|
||||
"powerActionConfirm": true,
|
||||
"powerActionHoldDuration": 0.5,
|
||||
"powerMenuActions": [
|
||||
"reboot",
|
||||
"logout",
|
||||
"poweroff",
|
||||
"lock",
|
||||
"suspend",
|
||||
"restart"
|
||||
],
|
||||
"powerMenuDefaultAction": "logout",
|
||||
"powerMenuGridLayout": false,
|
||||
"customPowerActionLock": "",
|
||||
"customPowerActionLogout": "",
|
||||
"customPowerActionSuspend": "",
|
||||
"customPowerActionHibernate": "",
|
||||
"customPowerActionReboot": "",
|
||||
"customPowerActionPowerOff": "",
|
||||
"updaterHideWidget": false,
|
||||
"updaterUseCustomCommand": false,
|
||||
"updaterCustomCommand": "",
|
||||
"updaterTerminalAdditionalParams": "",
|
||||
"displayNameMode": "system",
|
||||
"screenPreferences": {},
|
||||
"showOnLastDisplay": {},
|
||||
"niriOutputSettings": {},
|
||||
"hyprlandOutputSettings": {},
|
||||
"displayProfiles": {},
|
||||
"activeDisplayProfile": {},
|
||||
"displayProfileAutoSelect": false,
|
||||
"displayShowDisconnected": false,
|
||||
"displaySnapToEdge": true,
|
||||
"barConfigs": [
|
||||
{
|
||||
"id": "default",
|
||||
"name": "Main Bar",
|
||||
"enabled": true,
|
||||
"position": 0,
|
||||
"screenPreferences": [
|
||||
"all"
|
||||
],
|
||||
"showOnLastDisplay": true,
|
||||
"leftWidgets": [
|
||||
"launcherButton",
|
||||
"workspaceSwitcher",
|
||||
"focusedWindow"
|
||||
],
|
||||
"centerWidgets": [
|
||||
"music",
|
||||
"clock",
|
||||
"weather"
|
||||
],
|
||||
"rightWidgets": [
|
||||
"systemTray",
|
||||
"clipboard",
|
||||
"cpuUsage",
|
||||
"memUsage",
|
||||
"notificationButton",
|
||||
"battery",
|
||||
"controlCenterButton"
|
||||
],
|
||||
"spacing": 4,
|
||||
"innerPadding": 4,
|
||||
"bottomGap": 0,
|
||||
"transparency": 0.2,
|
||||
"widgetTransparency": 0.8,
|
||||
"squareCorners": false,
|
||||
"noBackground": false,
|
||||
"maximizeWidgetIcons": false,
|
||||
"maximizeWidgetText": false,
|
||||
"removeWidgetPadding": false,
|
||||
"widgetPadding": 8,
|
||||
"gothCornersEnabled": false,
|
||||
"gothCornerRadiusOverride": false,
|
||||
"gothCornerRadiusValue": 12,
|
||||
"borderEnabled": false,
|
||||
"borderColor": "surfaceText",
|
||||
"borderOpacity": 1,
|
||||
"borderThickness": 1,
|
||||
"widgetOutlineEnabled": false,
|
||||
"widgetOutlineColor": "primary",
|
||||
"widgetOutlineOpacity": 1,
|
||||
"widgetOutlineThickness": 1,
|
||||
"fontScale": 1,
|
||||
"iconScale": 1,
|
||||
"autoHide": false,
|
||||
"autoHideDelay": 250,
|
||||
"showOnWindowsOpen": false,
|
||||
"openOnOverview": false,
|
||||
"visible": true,
|
||||
"popupGapsAuto": true,
|
||||
"popupGapsManual": 4,
|
||||
"maximizeDetection": true,
|
||||
"scrollEnabled": true,
|
||||
"scrollXBehavior": "column",
|
||||
"scrollYBehavior": "workspace",
|
||||
"shadowIntensity": 0,
|
||||
"shadowOpacity": 60,
|
||||
"shadowColorMode": "text",
|
||||
"shadowCustomColor": "#000000",
|
||||
"clickThrough": false
|
||||
}
|
||||
],
|
||||
"desktopClockEnabled": false,
|
||||
"desktopClockStyle": "analog",
|
||||
"desktopClockTransparency": 0.8,
|
||||
"desktopClockColorMode": "primary",
|
||||
"desktopClockCustomColor": {
|
||||
"r": 1,
|
||||
"g": 1,
|
||||
"b": 1,
|
||||
"a": 1,
|
||||
"hsvHue": -1,
|
||||
"hsvSaturation": 0,
|
||||
"hsvValue": 1,
|
||||
"hslHue": -1,
|
||||
"hslSaturation": 0,
|
||||
"hslLightness": 1,
|
||||
"valid": true
|
||||
},
|
||||
"desktopClockShowDate": true,
|
||||
"desktopClockShowAnalogNumbers": false,
|
||||
"desktopClockShowAnalogSeconds": true,
|
||||
"desktopClockX": -1,
|
||||
"desktopClockY": -1,
|
||||
"desktopClockWidth": 280,
|
||||
"desktopClockHeight": 180,
|
||||
"desktopClockDisplayPreferences": [
|
||||
"all"
|
||||
],
|
||||
"systemMonitorEnabled": false,
|
||||
"systemMonitorShowHeader": true,
|
||||
"systemMonitorTransparency": 0.8,
|
||||
"systemMonitorColorMode": "primary",
|
||||
"systemMonitorCustomColor": {
|
||||
"r": 1,
|
||||
"g": 1,
|
||||
"b": 1,
|
||||
"a": 1,
|
||||
"hsvHue": -1,
|
||||
"hsvSaturation": 0,
|
||||
"hsvValue": 1,
|
||||
"hslHue": -1,
|
||||
"hslSaturation": 0,
|
||||
"hslLightness": 1,
|
||||
"valid": true
|
||||
},
|
||||
"systemMonitorShowCpu": true,
|
||||
"systemMonitorShowCpuGraph": true,
|
||||
"systemMonitorShowCpuTemp": true,
|
||||
"systemMonitorShowGpuTemp": false,
|
||||
"systemMonitorGpuPciId": "",
|
||||
"systemMonitorShowMemory": true,
|
||||
"systemMonitorShowMemoryGraph": true,
|
||||
"systemMonitorShowNetwork": true,
|
||||
"systemMonitorShowNetworkGraph": true,
|
||||
"systemMonitorShowDisk": true,
|
||||
"systemMonitorShowTopProcesses": false,
|
||||
"systemMonitorTopProcessCount": 3,
|
||||
"systemMonitorTopProcessSortBy": "cpu",
|
||||
"systemMonitorGraphInterval": 60,
|
||||
"systemMonitorLayoutMode": "auto",
|
||||
"systemMonitorX": -1,
|
||||
"systemMonitorY": -1,
|
||||
"systemMonitorWidth": 320,
|
||||
"systemMonitorHeight": 480,
|
||||
"systemMonitorDisplayPreferences": [
|
||||
"all"
|
||||
],
|
||||
"systemMonitorVariants": [],
|
||||
"desktopWidgetPositions": {},
|
||||
"desktopWidgetGridSettings": {},
|
||||
"desktopWidgetInstances": [],
|
||||
"desktopWidgetGroups": [],
|
||||
"builtInPluginSettings": {},
|
||||
"clipboardEnterToPaste": false,
|
||||
"launcherPluginVisibility": {},
|
||||
"launcherPluginOrder": [],
|
||||
"configVersion": 5
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#191724"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#1f1d2e"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#1f1d2e"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#e0def4">Rosé Pine Rosé Pine (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#26233a"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#e0def4">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#908caa">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c4a7e7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#191724">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#f6c177"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#1f1d2e"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#191724"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#1f1d2e"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#eb6f92"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#f6c177"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#9ccfd8"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#c4a7e7" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#191724"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#26233a"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#26233a"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#e0def4">Rosé Pine Dawn (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#1f1d2e"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#e0def4">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#908caa">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c4a7e7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#191724">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#f6c177"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#26233a"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#191724"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#26233a"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#eb6f92"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#f6c177"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#9ccfd8"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#faf4ed"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#fffaf3"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#fffaf3"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#575279">Rosé Pine Dawn (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#f2e9de"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#575279">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#797593">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#907aa9"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#faf4ed">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#ea9d34"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#faf4ed"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#b4637a"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ea9d34"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#56949f"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,45 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="484" height="240" viewBox="0 0 484 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#191724"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#26233a"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#26233a"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#e0def4">Rosé Pine Dawn (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#1f1d2e"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#e0def4">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#908caa">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c4a7e7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#191724">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#f6c177"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#26233a"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#191724"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#26233a"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#eb6f92"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#f6c177"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#9ccfd8"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Surface Tint Overlay</text>
|
||||
</g>
|
||||
<rect x="240" y="0" width="4" height="240" fill="#888"/>
|
||||
<g transform="translate(244, 0)">
|
||||
<rect width="240" height="240" fill="#faf4ed"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#fffaf3"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#fffaf3"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#575279">Rosé Pine Dawn (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#f2e9de"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#575279">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#797593">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#907aa9"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#faf4ed">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#ea9d34"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#faf4ed"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#b4637a"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ea9d34"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#56949f"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#faf4ed"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#fffaf3"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#fffaf3"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#575279">Rosé Pine Rosé Pine (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#f2e9de"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#575279">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#797593">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#907aa9"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#faf4ed">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#ea9d34"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#faf4ed"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#b4637a"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ea9d34"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#56949f"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#232136"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#2a273f"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#2a273f"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#e0def4">Rosé Pine Moon (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#393552"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#e0def4">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#908caa">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c4a7e7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#232136">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#f6c177"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#2a273f"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#232136"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#2a273f"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#eb6f92"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#f6c177"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#9ccfd8"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#c4a7e7" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#faf4ed"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#f2e9de"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#fffaf3"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#575279">Rosé Pine Moon (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#f2e9de"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#575279">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#797593">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#907aa9"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#faf4ed">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#ea9d34"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#faf4ed"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#b4637a"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ea9d34"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#56949f"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,45 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="484" height="240" viewBox="0 0 484 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#232136"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#2a273f"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#2a273f"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#e0def4">Rosé Pine Moon (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#393552"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#e0def4">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#908caa">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c4a7e7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#232136">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#f6c177"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#2a273f"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#232136"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#2a273f"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#eb6f92"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#f6c177"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#9ccfd8"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#c4a7e7" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Surface Tint Overlay</text>
|
||||
</g>
|
||||
<rect x="240" y="0" width="4" height="240" fill="#888"/>
|
||||
<g transform="translate(244, 0)">
|
||||
<rect width="240" height="240" fill="#faf4ed"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#f2e9de"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#fffaf3"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#575279">Rosé Pine Moon (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#f2e9de"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#575279">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#797593">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#907aa9"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#faf4ed">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#ea9d34"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#faf4ed"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#b4637a"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ea9d34"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#56949f"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#191724"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#1f1d2e"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#1f1d2e"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#e0def4">Rosé Pine Rosé Pine (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#26233a"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#e0def4">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#908caa">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c4a7e7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#191724">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#f6c177"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#1f1d2e"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#191724"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#1f1d2e"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#eb6f92"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#f6c177"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#9ccfd8"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#c4a7e7" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#faf4ed"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#fffaf3"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#fffaf3"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#575279">Rosé Pine Rosé Pine (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#f2e9de"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#575279">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#797593">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#907aa9"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#faf4ed">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#ea9d34"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#faf4ed"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#b4637a"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ea9d34"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#56949f"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,45 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="484" height="240" viewBox="0 0 484 240">
|
||||
<g transform="translate(0, 0)">
|
||||
<rect width="240" height="240" fill="#191724"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#1f1d2e"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#1f1d2e"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#e0def4">Rosé Pine Rosé Pine (dark)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#26233a"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#e0def4">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#908caa">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#c4a7e7"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#191724">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#f6c177"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#1f1d2e"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#191724"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#1f1d2e"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#eb6f92"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#f6c177"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#9ccfd8"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#c4a7e7" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#e0def4">Surface Tint Overlay</text>
|
||||
</g>
|
||||
<rect x="240" y="0" width="4" height="240" fill="#888"/>
|
||||
<g transform="translate(244, 0)">
|
||||
<rect width="240" height="240" fill="#faf4ed"/>
|
||||
<rect x="8" y="8" width="224" height="224" rx="8" fill="#fffaf3"/>
|
||||
<rect x="16" y="16" width="208" height="36" rx="6" fill="#fffaf3"/>
|
||||
<text x="28" y="40" font-family="system-ui, sans-serif" font-size="12" font-weight="600" fill="#575279">Rosé Pine Rosé Pine (light)</text>
|
||||
<rect x="16" y="60" width="208" height="72" rx="6" fill="#f2e9de"/>
|
||||
<text x="28" y="82" font-family="system-ui, sans-serif" font-size="11" fill="#575279">Surface Text</text>
|
||||
<text x="28" y="98" font-family="system-ui, sans-serif" font-size="10" fill="#797593">Outline color</text>
|
||||
<rect x="28" y="108" width="72" height="18" rx="9" fill="#907aa9"/>
|
||||
<text x="64" y="120" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#faf4ed">Primary</text>
|
||||
<rect x="108" y="108" width="48" height="18" rx="4" fill="#ea9d34"/>
|
||||
<rect x="16" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<rect x="24" y="148" width="84" height="36" rx="4" fill="#faf4ed"/>
|
||||
<text x="66" y="170" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Background</text>
|
||||
<rect x="124" y="140" width="100" height="52" rx="6" fill="#fffaf3"/>
|
||||
<circle cx="148" cy="166" r="9" fill="#b4637a"/>
|
||||
<circle cx="172" cy="166" r="9" fill="#ea9d34"/>
|
||||
<circle cx="196" cy="166" r="9" fill="#56949f"/>
|
||||
<rect x="16" y="200" width="208" height="24" rx="4" fill="#907aa9" opacity="0.15"/>
|
||||
<text x="120" y="216" font-family="system-ui, sans-serif" font-size="9" text-anchor="middle" fill="#575279">Surface Tint Overlay</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"id": "rosePine",
|
||||
"name": "Rosé Pine",
|
||||
"version": "1.0.0",
|
||||
"author": "ExistencialistaP",
|
||||
"description": "All natural pine, faux fur and a bit of soho vibes for the classy minimalist",
|
||||
"dark": {
|
||||
"primary": "#c4a7e7",
|
||||
"primaryContainer": "#26233a",
|
||||
"secondary": "#f6c177",
|
||||
"surfaceText": "#e0def4",
|
||||
"surfaceVariantText": "#e0def4",
|
||||
"backgroundText": "#e0def4",
|
||||
"outline": "#908caa",
|
||||
"error": "#eb6f92",
|
||||
"warning": "#f6c177",
|
||||
"info": "#9ccfd8"
|
||||
},
|
||||
"light": {
|
||||
"primary": "#907aa9",
|
||||
"primaryContainer": "#dfdad9",
|
||||
"secondary": "#ea9d34",
|
||||
"surfaceText": "#575279",
|
||||
"surfaceVariantText": "#575279",
|
||||
"backgroundText": "#575279",
|
||||
"outline": "#797593",
|
||||
"error": "#b4637a",
|
||||
"warning": "#ea9d34",
|
||||
"info": "#56949f"
|
||||
},
|
||||
"variants": {
|
||||
"default": "rosePine",
|
||||
"options": [
|
||||
{
|
||||
"id": "rosePine",
|
||||
"name": "Rosé Pine",
|
||||
"dark": {
|
||||
"primaryText": "#191724",
|
||||
"surface": "#1f1d2e",
|
||||
"surfaceVariant": "#26233a",
|
||||
"surfaceTint": "#c4a7e7",
|
||||
"background": "#191724",
|
||||
"surfaceContainer": "#1f1d2e",
|
||||
"surfaceContainerHigh": "#26233a",
|
||||
"surfaceContainerHighest": "#524f67"
|
||||
},
|
||||
"light": {
|
||||
"primaryText": "#faf4ed",
|
||||
"surface": "#fffaf3",
|
||||
"surfaceVariant": "#f2e9de",
|
||||
"surfaceTint": "#907aa9",
|
||||
"background": "#faf4ed",
|
||||
"surfaceContainer": "#fffaf3",
|
||||
"surfaceContainerHigh": "#f2e9de",
|
||||
"surfaceContainerHighest": "#cecacd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "moon",
|
||||
"name": "Moon",
|
||||
"dark": {
|
||||
"primaryText": "#232136",
|
||||
"surface": "#2a273f",
|
||||
"surfaceVariant": "#393552",
|
||||
"surfaceTint": "#c4a7e7",
|
||||
"background": "#232136",
|
||||
"surfaceContainer": "#2a273f",
|
||||
"surfaceContainerHigh": "#393552",
|
||||
"surfaceContainerHighest": "#56526e"
|
||||
},
|
||||
"light": {
|
||||
"primaryText": "#faf4ed",
|
||||
"surface": "#f2e9de",
|
||||
"surfaceVariant": "#fffaf3",
|
||||
"surfaceTint": "#907aa9",
|
||||
"background": "#faf4ed",
|
||||
"surfaceContainer": "#fffaf3",
|
||||
"surfaceContainerHigh": "#f2e9de",
|
||||
"surfaceContainerHighest": "#cecacd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dawn",
|
||||
"name": "Dawn",
|
||||
"dark": {
|
||||
"primaryText": "#191724",
|
||||
"surface": "#26233a",
|
||||
"surfaceVariant": "#1f1d2e",
|
||||
"surfaceTint": "#907aa9",
|
||||
"background": "#191724",
|
||||
"surfaceContainer": "#26233a",
|
||||
"surfaceContainerHigh": "#1f1d2e",
|
||||
"surfaceContainerHighest": "#524f67"
|
||||
},
|
||||
"light": {
|
||||
"primaryText": "#faf4ed",
|
||||
"surface": "#fffaf3",
|
||||
"surfaceVariant": "#f2e9de",
|
||||
"surfaceTint": "#907aa9",
|
||||
"background": "#faf4ed",
|
||||
"surfaceContainer": "#fffaf3",
|
||||
"surfaceContainerHigh": "#f2e9de",
|
||||
"surfaceContainerHighest": "#dfdad9"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"sourceDir": "rose-pine"
|
||||
}
|
||||