Skip to content

Instantly share code, notes, and snippets.

View cameronrohani's full-sized avatar
🌸
puff main

Cameron Rohani cameronrohani

🌸
puff main
View GitHub Profile
"https://68.media.tumblr.com/02dd00429079e51a42cd0519c5129541/tumblr_onv3sk8Pr91s60oo7o1_400.gif",
"https://68.media.tumblr.com/345d54127ac111cfe1b713339ef85eea/tumblr_od0rxjIC8c1rtbl5vo1_500.gif",
"https://68.media.tumblr.com/afa8e9ad19c9048d175504626e5f21a8/tumblr_o95exrYDKL1s7z2cyo1_500.gif",
"https://68.media.tumblr.com/b6489b3df6d828321e04617df983aba5/tumblr_o0naolQ2Ns1v4wf0uo1_500.gif",
"https://68.media.tumblr.com/9a93a011ac908e102eaf157f96e474d9/tumblr_oc5gr4e8861qjbm82o1_500.png",
"https://68.media.tumblr.com/1787c612b27dd487f9d4686caf3ae0f4/tumblr_okq8aa87Pz1upk172o1_500.jpg",
"https://68.media.tumblr.com/ae39c27e7ba3d2987a0f179b57a8d7c0/tumblr_omirqvRtgk1rxzliio1_500.gif",
"https://68.media.tumblr.com/c6f4c98e0e63f18ecb6d6d85ec62955b/tumblr_om5g61wS4S1v5uw1lo1_500.png",
"https://68.media.tumblr.com/51301316fc4895e64ee55bc607888fc9/tumblr_o94lpnmmvr1survz8o1_500.jpg",
"https://68.media.tumblr.com/e3ba8aaa126a83d8335a3c2e8f59f6a3/tumblr_on660deUmO1ri84fho1_500.gif",
@cameronrohani
cameronrohani / flytheme.css
Created February 1, 2024 20:43
Basic theme for fly machines API
/* basic theme */
.light-mode {
--theme-color-1: rgb(35 23 74);
--theme-color-2: rgb(76, 78, 103);
--theme-color-3: rgb(103, 107, 137);
--theme-color-accent: #845EEE;
--theme-background-1: #fff;
--theme-background-2: rgb(249, 249, 251);
--theme-background-3: rgb(241 242 249);
@cameronrohani
cameronrohani / 98.css
Created February 6, 2024 20:36
scalarwindows98theme.css
@font-face {
font-family: 'Pixelated MS Sans Serif';
font-style: normal;
font-weight: 400;
src: url('https://unpkg.com/[email protected]/dist/ms_sans_serif.woff') format('woff');
src: url('https://unpkg.com/[email protected]/dist/ms_sans_serif.woff2') format('woff2');
}
@font-face {
font-family: 'Pixelated MS Sans Serif';
font-style: normal;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
.dark-mode {
--scalar-background-1: #0f0f0f;
--scalar-background-2: #1a1a1a;
--scalar-background-3: #272727;
--scalar-color-1: rgba(255, 255, 255, 0.9);
--scalar-color-2: rgba(255, 255, 255, 0.62);
--scalar-color-3: rgba(255, 255, 255, 0.44);
--scalar-color-accent: #3ea6ff;
openapi: 3.1.1
info:
title: Scalar Galaxy
description: |
The Scalar Galaxy is an example OpenAPI specification to test OpenAPI tools and libraries. It’s a fictional universe with fictional planets and fictional data. Get all the data for [all planets](#tag/planets/GET/planets).
## Resources
* https://github.com/scalar/scalar
* https://github.com/OAI/OpenAPI-Specification