Skip to content

Instantly share code, notes, and snippets.

View ayanwdev's full-sized avatar
🎯
Probably overthinking

AyanW ayanwdev

🎯
Probably overthinking
View GitHub Profile
package dev.ayanw.sail.core
import dev.ayanw.sail.core.types.DiscordUser
import dev.ayanw.sail.core.types.IncomingPayload
import dev.ayanw.sail.core.types.InteractionCreatePayload
import dev.ayanw.sail.core.types.SlashCommand
import io.ktor.client.HttpClient
import io.ktor.client.engine.cio.CIO
import io.ktor.client.plugins.contentnegotiation.ContentNegotiation
import io.ktor.client.plugins.websocket.DefaultClientWebSocketSession
@ayanwdev
ayanwdev / TailWind.kt
Created May 7, 2025 11:48
TailWindCSS colors, but for Kotlin
package dev.ayanw.focusflow.ui.theme
import androidx.compose.ui.graphics.Color
object TwColors {
val black = Color(0xFF000000)
val white = Color(0xFFFFFFFF)
val Slate_50 = Color(0xFFF8FAFC)
val Slate_100 = Color(0xFFF1F5F9)
val Slate_200 = Color(0xFFE2E8F0)
/**
* @name Tokyo Night
* @description Discord Port of Visual Studio Code Theme
* @author Ashtrath
* @version 2.0.2
* @authorId 2354831939099688962
*/
/* DONT TOUCH THIS!!! */
@import url("https://dyzean.github.io/Tokyo-Night/main.css");