This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Alacritty Windows Config | |
# %APPDATA%\alacritty\alacritty.toml | |
[terminal] | |
# cmd is faster than powershell and requires less resources | |
shell = "cmd" | |
[window] |