mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-20 10:15:19 -04:00
refactor: bigsur
cursor bitmapper as node package
This commit is contained in:
parent
c171d176ff
commit
eca8cb5760
9 changed files with 99 additions and 784 deletions
|
@ -1,28 +0,0 @@
|
|||
import { Colors } from "./core/types";
|
||||
|
||||
interface Config {
|
||||
themeName: string;
|
||||
color: Colors;
|
||||
}
|
||||
|
||||
const black = "#000000";
|
||||
const white = "#FFFFFF";
|
||||
|
||||
const config: Config[] = [
|
||||
{
|
||||
themeName: "macOSBigSur",
|
||||
color: {
|
||||
base: black,
|
||||
outline: white,
|
||||
},
|
||||
},
|
||||
{
|
||||
themeName: "macOSBigSur-White",
|
||||
color: {
|
||||
base: white,
|
||||
outline: black,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export { config };
|
Loading…
Add table
Add a link
Reference in a new issue