mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
b42d1d73679928412690780047914b6124c1f0ee
This commit is contained in:
commit
3d78a852b5
146 changed files with 37727 additions and 0 deletions
19
src/renderer/theme.css.ts
Normal file
19
src/renderer/theme.css.ts
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import { createTheme } from "@vanilla-extract/css";
|
||||
|
||||
export const SPACING_UNIT = 8;
|
||||
|
||||
export const [themeClass, vars] = createTheme({
|
||||
color: {
|
||||
background: "#1c1c1c",
|
||||
darkBackground: "#151515",
|
||||
bodyText: "#8e919b",
|
||||
borderColor: "rgba(255, 255, 255, 0.1)",
|
||||
},
|
||||
opacity: {
|
||||
disabled: "0.5",
|
||||
active: "0.7",
|
||||
},
|
||||
size: {
|
||||
bodyFontSize: "14px",
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue