mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 01:59:47 +00:00
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
This commit is contained in:
@@ -1,35 +1,34 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#c7a1d8",
|
||||
"mOnPrimary": "#1a151f",
|
||||
"mSecondary": "#a984c4",
|
||||
"mOnSecondary": "#f3edf7",
|
||||
"mTertiary": "#e0b7c9",
|
||||
"mOnTertiary": "#20161f",
|
||||
"mError": "#e9899d",
|
||||
"mOnError": "#1e1418",
|
||||
"mSurface": "#1c1822",
|
||||
"mOnSurface": "#e9e4f0",
|
||||
"mSurfaceVariant": "#262130",
|
||||
"mOnSurfaceVariant": "#a79ab0",
|
||||
"mOutline": "#3e364e",
|
||||
"mShadow": "#120f18"
|
||||
"mPrimary": "#fff59b",
|
||||
"mOnPrimary": "#0e0e43",
|
||||
"mSecondary": "#a9aefe",
|
||||
"mOnSecondary": "#0e0e43",
|
||||
"mTertiary": "#9BFECE",
|
||||
"mOnTertiary": "#0e0e43",
|
||||
"mError": "#FD4663",
|
||||
"mOnError": "#0e0e43",
|
||||
"mSurface": "#070722",
|
||||
"mOnSurface": "#f3edf7",
|
||||
"mSurfaceVariant": "#11112d",
|
||||
"mOnSurfaceVariant": "#7c80b4",
|
||||
"mOutline": "#21215F",
|
||||
"mShadow": "#070722"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#9b59ba",
|
||||
"mOnPrimary": "#ffffff",
|
||||
"mSecondary": "#784999",
|
||||
"mOnSecondary": "#ffffff",
|
||||
"mTertiary": "#c17093",
|
||||
"mOnTertiary": "#ffffff",
|
||||
"mError": "#e9899d",
|
||||
"mOnError": "#1e1418",
|
||||
"mSurface": "#f5f1fa",
|
||||
"mOnSurface": "#1c1822",
|
||||
"mSurfaceVariant": "#e7dfee",
|
||||
"mOnSurfaceVariant": "#4a3d59",
|
||||
"mOutline": "#cebedc",
|
||||
"mShadow": "#ffffff"
|
||||
"mPrimary": "#5d65f5",
|
||||
"mOnPrimary": "#dadcff",
|
||||
"mSecondary": "#8E93D8",
|
||||
"mOnSecondary": "#dadcff",
|
||||
"mTertiary": "#0e0e43",
|
||||
"mOnTertiary": "#fef29a",
|
||||
"mError": "#FD4663",
|
||||
"mOnError": "#0e0e43",
|
||||
"mSurface": "#e6e8fa",
|
||||
"mOnSurface": "#4b55c8",
|
||||
"mSurfaceVariant": "#eff0ff",
|
||||
"mOnSurfaceVariant": "#0e0e43",
|
||||
"mOutline": "#8288fc",
|
||||
"mShadow": "#f3edf7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1003,7 +1003,7 @@
|
||||
"night-light-forced": "Night light is forced.\nLeft click to cycle mode.\nRight click to access settings.",
|
||||
"click-to-start-recording": "Click to start recording",
|
||||
"click-to-stop-recording": "Click to stop recording",
|
||||
"open-side-panel": "Open side panel",
|
||||
"open-control-center": "Open control center",
|
||||
"volume-at": "Volume at {volume}%\nLeft click to toggle mute. Right click for settings.\nScroll to modify volume.",
|
||||
"microphone-volume-at": "Microphone volume at {volume}%\nLeft click to toggle mute. Right click for settings.\nScroll to modify volume.",
|
||||
"manage-wifi": "Manage Wi-Fi",
|
||||
|
||||
@@ -35,7 +35,7 @@ NIconButton {
|
||||
|
||||
// If we have a custom path or distro logo, don't use the theme icon.
|
||||
icon: (customIconPath === "" && !useDistroLogo) ? customIcon : ""
|
||||
tooltipText: I18n.tr("tooltips.open-side-panel")
|
||||
tooltipText: I18n.tr("tooltips.open-control-center")
|
||||
baseSize: Style.capsuleHeight
|
||||
compact: (Settings.data.bar.density === "compact")
|
||||
colorBg: (Settings.data.bar.showCapsule ? Color.mSurfaceVariant : Color.transparent)
|
||||
|
||||
Reference in New Issue
Block a user