-
Notifications
You must be signed in to change notification settings - Fork 0
PUIColor
Elijah Cobb edited this page May 13, 2021
·
3 revisions
A PUIColor is an enum of colors following the OneDark theme of colors.
enum PUIColor {
black ="#21252b",
background ="#282C34",
red ="#e06c75",
green ="#98c379",
yellow ="#e5c07b",
blue ="#61afef",
purple ="#c678dd",
cyan ="#56b6c2",
white ="#abb2bf",
gold ="#ffcd00"
}import { PUIColor } from "@pstdl/ui";
const myColor = PUIColor.blue;Created by Elijah Cobb at the Planetary Surface Technology Development Lab located at Michigan Technological University
- PUIGage
- PUIImmutableBinaryStatus
- PUIImmutableNumericStatus
- PUILog
- PUIMutableBinaryStatus
- PUIMutableNumericStatus
- PUIPicker
- PUISegmentedPicker
- PUIAlert
- PUIToast
- PUICard
- PUITopBar
- PUIAppController
- PUIKeyboardController
- PUIGamepadController
- PUIHookAlert
- PUIHookLog
- PUIHookState
- PUIHookToast
- PUIApp
- PUIColor
- PUIContext