Skip to content

Instantly share code, notes, and snippets.

View b0o's full-sized avatar
👻
Boo!

Maddison Hellstrom b0o

👻
Boo!
View GitHub Profile
@b0o
b0o / iqalc
Created January 10, 2025 15:19
#!/bin/bash
# iqalc = fzf + qalc ^ love
#
# (c) 2020 Maddison Hellstrom (github.com/b0o)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Lavi Theme</string>
<key>settings</key>
<array>
<!-- Base editor settings -->
<dict>
@b0o
b0o / lavi.js
Last active April 16, 2025 01:57
// Lavi Theme for Blink Shell
// Basic 16 colors from the palette
black = '#282c34'; // 0
red = '#e06c75'; // 1
green = '#98c379'; // 2
yellow = '#e5c07b'; // 3
blue = '#61afef'; // 4
magenta = '#c678dd'; // 5
cyan = '#56b6c2'; // 6