generated from Pixelbite-CSS/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixelbite.conf
More file actions
40 lines (34 loc) · 1.29 KB
/
pixelbite.conf
File metadata and controls
40 lines (34 loc) · 1.29 KB
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
30
31
32
33
34
35
36
37
38
39
40
[informations]
author = "neostetic"
author_url = "https://github.com/neostetic"
description = "PixelbiteCSS Official code Application."
theme_name = "PixelbiteCSS Playground Defaults"
theme_version = "1.0"
theme_date = "17/10/2023"
style = "background:black;color:white"
[general]
configs = ["./pastelColors.conf"]
fontawesome = "https://kit.fontawesome.com/f474ae69e7.js"
# debug = true
[components]
customButton = "./assets/customButton.html"
[aliases]
inputs = "bg-black p-4px c-white ff-fontMonospace mb-2px fs-10px"
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: ">" }
]