init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
const colors = {
|
||||
bg: "#1a1b26",
|
||||
bgDark: "#16161a",
|
||||
fg: "#cdd6f4",
|
||||
muted: "#444b6a",
|
||||
cyan: "#d3869b",
|
||||
purple: "#cba6f7",
|
||||
red: "#f38ba8",
|
||||
yellow: "#e0af68",
|
||||
blue: "#89b4fa",
|
||||
}
|
||||
const bar = {
|
||||
fontFamily: "Iosevka Nerd Font",
|
||||
fontSize: 14,
|
||||
height: 44,
|
||||
}
|
||||
const notifications = {
|
||||
timeout: 5000,
|
||||
}
|
||||
const wallpaper = {
|
||||
wallpaper: "file:///home/coast/Wallpapers/nature2art.png"
|
||||
}
|
||||
Reference in New Issue
Block a user