This commit is contained in:
syuilo
2018-09-27 22:25:10 +09:00
parent b032f78769
commit ef74653a4b
4 changed files with 23 additions and 21 deletions

View File

@ -5,12 +5,14 @@
"author": "syuilo",
"vars": {
"primary": "#fb4e4e",
"secondary": "#282C37"
"secondary": "#282C37",
"text": "#d0e0ea"
}
},
"primary": "$primary",
"primaryForeground": "#fff",
"bg": ":darken<8<$secondary",
"text": "$text",
"scrollbarTrack": "#282c37",
"scrollbarHandle": "#454954",
"scrollbarHandleHover": "#535660",
@ -99,6 +101,9 @@
"desktopTimelineSrc": "@faceTextButton",
"desktopTimelineSrcHover": "@faceTextButtonHover",
"desktopWindowTitle": "@faceHeaderText",
"desktopSettingsNavItem": ":alpha<0.8<$text",
"desktopSettingsNavItemHover": ":lighten<10<$text",
"mobileSignedInAsBg": "#273c34",
"mobileSignedInAsFg": "#49ab63",
"mobileSignoutBg": "#652222",

View File

@ -5,12 +5,14 @@
"author": "syuilo",
"vars": {
"primary": "#fb4e4e",
"secondary": "#fff"
"secondary": "#fff",
"text": "#666"
}
},
"primary": "$primary",
"primaryForeground": "#fff",
"bg": ":darken<8<$secondary",
"text": "$text",
"scrollbarTrack": "#fff",
"scrollbarHandle": "#00000033",
"scrollbarHandleHover": "#00000066",
@ -99,6 +101,9 @@
"desktopTimelineSrc": "#6f7477",
"desktopTimelineSrcHover": "#525a5f",
"desktopWindowTitle": "#666",
"desktopSettingsNavItem": ":alpha<0.8<$text",
"desktopSettingsNavItemHover": ":darken<10<$text",
"mobileSignedInAsBg": "#fcfff5",
"mobileSignedInAsFg": "#2c662d",
"mobileSignoutBg": "#fff6f5",