mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-04 08:49:48 -04:00
💅🏻 #78 RichBlack color in Bibata Amber "watch: background"
This commit is contained in:
parent
633c6c70ac
commit
ae8a73fabe
3 changed files with 5 additions and 2 deletions
|
@ -4,13 +4,14 @@ import { ThemeColors } from "bibata-core/src/types";
|
|||
const black = "#000000";
|
||||
const white = "#FFFFFF";
|
||||
const amber = "#FF8300";
|
||||
const richBlack = "#001524";
|
||||
|
||||
const themeColors: ThemeColors = {
|
||||
Amber: {
|
||||
base: amber,
|
||||
outline: white,
|
||||
watch: {
|
||||
background: white
|
||||
background: richBlack
|
||||
}
|
||||
},
|
||||
Classic: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue