mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-08 10:22:38 -04:00
🚀 Key value arranged according to RGB
This commit is contained in:
parent
ac296df1d7
commit
b004279cba
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ export const outPaths = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const keyColors: Colors = {
|
export const keyColors: Colors = {
|
||||||
base: "#00FF00",
|
|
||||||
outline: "#0000FF",
|
|
||||||
watch: {
|
watch: {
|
||||||
background: "#FF0000"
|
background: "#FF0000"
|
||||||
}
|
},
|
||||||
|
base: "#00FF00",
|
||||||
|
outline: "#0000FF"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue