-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpixelbite.conf
More file actions
29 lines (24 loc) · 979 Bytes
/
pixelbite.conf
File metadata and controls
29 lines (24 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[general]
fontawesome = "https://kit.fontawesome.com/f474ae69e7.js"
# debug = true
[components]
customButton = "./assets/customButton.html"
[aliases]
darkmodeFont = "c-black dark:c-white"
darkmodeClassics = "darkmodeFont bg-white dark:bg-cherry4"
headerBorderRadius = "br-6px"
headerRoundedButton = "flexMiddle flexCenter fs-14px c-cherry40 dark:c-cherry90 td-none g-12px bg-cherry90 dark:bg-cherry40 p-8px-14px headerBorderRadius"
headerRoundedFullButton = "headerBorderRadius bg-black dark:bg-white w-36px flexMiddle flexCenter"
headerLink = "td-none c-black dark:c-white d-block p-4px-4px fs-13px"
[variables]
primary = "#FA2A55"
secondary = "#b51838"
transparent = "rgba(0,0,0,0)"
fontCustom = "url(https://fonts.gstatic.com/s/sedgwickavedisplay/v19/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM1c0fec.woff2)"
[colors]
cherry = "#FA2A55"
[markdowns]
code2text = [
{ pattern: /</g, replacement: "<" },
{ pattern: />/g, replacement: ">" }
]