wip
This commit is contained in:
parent
cc6af402be
commit
459b374d61
5 changed files with 54 additions and 31 deletions
|
|
@ -2,17 +2,21 @@
|
|||
"meta": {
|
||||
"id": "406cfea3-a4e7-486c-9057-30ede1353c3f",
|
||||
"name": "Light",
|
||||
"author": "syuilo"
|
||||
"author": "syuilo",
|
||||
"vars": {
|
||||
"primary": "#fb4e4e",
|
||||
"secondary": "#fff"
|
||||
}
|
||||
},
|
||||
"primary": "#fb4e4e",
|
||||
"primary": "$primary",
|
||||
"primaryForeground": "#fff",
|
||||
"bg": "#f7f7f7",
|
||||
"bg": ":darken<8<$secondary",
|
||||
"scrollbarTrack": "#fff",
|
||||
"scrollbarHandle": "#00000033",
|
||||
"scrollbarHandleHover": "#00000066",
|
||||
"face": "#fff",
|
||||
"face": "$secondary",
|
||||
"faceText": "#444",
|
||||
"faceHeader": "#fff",
|
||||
"faceHeader": ":lighten<5<$secondary",
|
||||
"faceHeaderText": "#888",
|
||||
"faceDivider": "rgba(0, 0, 0, 0.082)",
|
||||
"faceTextButton": "#ccc",
|
||||
|
|
@ -20,7 +24,7 @@
|
|||
"faceTextButtonActive": "#999",
|
||||
"faceClearButtonHover": "rgba(0, 0, 0, 0.025)",
|
||||
"faceClearButtonActive": "rgba(0, 0, 0, 0.05)",
|
||||
"popupBg": "#fff",
|
||||
"popupBg": ":lighten<5<$secondary",
|
||||
"popupFg": "#586069",
|
||||
"subNoteBg": "rgba(0, 0, 0, 0.01)",
|
||||
"renoteGradient": "#edfde2",
|
||||
|
|
@ -54,6 +58,9 @@
|
|||
"calendarWeek": "#19a2a9",
|
||||
"calendarSaturdayOrSunday": "#ef95a0",
|
||||
"calendarDay": "#777",
|
||||
"announcementsBg": "#f3f9ff",
|
||||
"announcementsTitle": "#4078c0",
|
||||
"announcementsText": "#57616f",
|
||||
"desktopHeaderBg": "#f7f7f7",
|
||||
"desktopHeaderFg": "#9eaba8",
|
||||
"desktopHeaderHoverFg": "#7b8c88",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue