mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
add seagreen back
This commit is contained in:
parent
463dca300a
commit
752d913d8d
@ -5,7 +5,7 @@ enum ButtonType {
|
|||||||
PRIMARY = "SILVER_DARK",
|
PRIMARY = "SILVER_DARK",
|
||||||
SECONDARY = "BLURPLE",
|
SECONDARY = "BLURPLE",
|
||||||
DANGER = "DANGER",
|
DANGER = "DANGER",
|
||||||
SUCCESS = "LIGHTGREEN",
|
SUCCESS = "SEAGREEN",
|
||||||
WARNING = "ORANGE",
|
WARNING = "ORANGE",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@ export const darkTheme: DefaultTheme = {
|
|||||||
DARK_SALMON: "#E9967A",
|
DARK_SALMON: "#E9967A",
|
||||||
DANGER: "#F26522",
|
DANGER: "#F26522",
|
||||||
LIGHTGREEN: "#90EE90",
|
LIGHTGREEN: "#90EE90",
|
||||||
|
SEAGREEN: "#3BA55D",
|
||||||
ORANGE: "#FAA81A",
|
ORANGE: "#FAA81A",
|
||||||
SILVER: "#B9BBBE",
|
SILVER: "#B9BBBE",
|
||||||
SILVER_DARK: "#4D4D4D"
|
SILVER_DARK: "#4D4D4D"
|
||||||
|
1
src/typings/styled.d.ts
vendored
1
src/typings/styled.d.ts
vendored
@ -20,6 +20,7 @@ declare module "styled-components" {
|
|||||||
DARK_SALMON: string;
|
DARK_SALMON: string;
|
||||||
DANGER: string;
|
DANGER: string;
|
||||||
LIGHTGREEN: string;
|
LIGHTGREEN: string;
|
||||||
|
SEAGREEN: string;
|
||||||
ORANGE: string;
|
ORANGE: string;
|
||||||
SILVER: string;
|
SILVER: string;
|
||||||
SILVER_DARK: string;
|
SILVER_DARK: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user