Skip to content

Instantly share code, notes, and snippets.

View phenomen's full-sized avatar
💚
Frontend, QA, Translator, Roleplayer

Aleksandr Vasilenko phenomen

💚
Frontend, QA, Translator, Roleplayer
View GitHub Profile
@phenomen
phenomen / STL_to_Levels3D.py
Last active January 3, 2024 06:18
Blender Script - STL to Foundry VTT Levels 3D
# Generally those values are the same for each collection from the same author
# SCALE. 1 square in Levels 3D = 1 square in Blender
var_scale = 0.05
# ROTATION. In degrees. Model should face Y axis.
var_rotation_x = 90
var_rotation_y = 0
var_rotation_z = 180
@phenomen
phenomen / shadcn-flexoki.css
Created October 8, 2023 06:30
Flexoki theme for shadcn/ui and shadcn-svelte
@layer base {
:root {
--flexoki-bg: 48 100% 97%;
--flexoki-bg-2: 51 33% 92%;
--flexoki-ui: 51 21% 88%;
--flexoki-ui-2: 50 14% 83%;
--flexoki-ui-3: 55 10% 79%;
--flexoki-tx: 0 3% 6%;
@phenomen
phenomen / alacritty.toml
Last active February 23, 2025 05:48
My Alacritty Config (Windows)
# Alacritty Windows Config
# %APPDATA%\alacritty\alacritty.toml
[terminal]
# cmd is faster than powershell and requires less resources
shell = "cmd"
[window]