@@ -166,6 +166,9 @@ export const light = {
|
||||
|
||||
noticeInfoBackground: colors.warmGrey,
|
||||
noticeInfoText: colors.almostBlack,
|
||||
|
||||
scrollbarBackground: colors.smoke,
|
||||
scrollbarThumb: darken(0.15, colors.smokeDark),
|
||||
};
|
||||
|
||||
export const dark = {
|
||||
@@ -222,6 +225,9 @@ export const dark = {
|
||||
|
||||
noticeInfoBackground: colors.white10,
|
||||
noticeInfoText: colors.almostWhite,
|
||||
|
||||
scrollbarBackground: colors.black,
|
||||
scrollbarThumb: colors.lightBlack,
|
||||
};
|
||||
|
||||
export default light;
|
||||
|
||||
Reference in New Issue
Block a user