Skip to content

Instantly share code, notes, and snippets.

@gkeep
gkeep / compile.bat
Last active May 12, 2021 21:25
Script to toggle Hyper-V
pyinstaller --noconfirm --log-level=WARN ^
--clean --onefile --uac-admin ^
main.spec
copy dist\main.exe toggle_hyperv.exe
@gkeep
gkeep / iceberg.json
Created October 25, 2020 14:58
Iceberg colorcheme for the Windows terminal
{
"name" : "Iceberg",
"cursorColor": "#c6c8d1",
"selectionBackground": "#1e2132",
"background" : "#161821",
"foreground" : "#c6c8d1",
"black" : "#1e2132",
@gkeep
gkeep / iceberg_light.conf
Last active November 11, 2022 09:17
Iceberg light theme for kitty terminal
background #e8e9ec
foreground #33374c
selection_background #d2d4dd
selection_foreground #33374c
cursor #33374c
cursor_text_color #e8e9ec
# white
@gkeep
gkeep / iceberg_dark.conf
Last active July 13, 2023 16:08
Iceberg dark theme for kitty terminal
background #161821
foreground #c6c8d1
selection_background #1e2132
selection_foreground #c6c8d1
cursor #d2d4de
# black
color0 #161821