Skip to content

Instantly share code, notes, and snippets.

View clbn's full-sized avatar

Alex Olshansky clbn

  • Spotify
  • Stockholm, Sweden
View GitHub Profile
@clbn
clbn / caps-lock-hyper-backspace.json
Created September 12, 2025 09:34
Karabiner-Elements config (Complex Modifications → Add your own rule)
{
"description": "Caps Lock → Hyper (⇧⌃⌥⌘) or Backspace",
"manipulators": [
{
"from": { "key_code": "caps_lock" },
"to": [
{
"key_code": "left_shift",
"modifiers": ["left_command", "left_control", "left_option"]
}
@clbn
clbn / Dactyl-Manuform-6x6.kbd.json
Last active February 10, 2022 11:05 — forked from wose/Dactyl-Manuform-5x6.kbd.json
Dactyl Manuform 6x6
[
{
"name": "Dactyl Manuform 6x6",
"author": "clbn"
},
[
{
"x": 2,
"c": "#66bbcc"
},
@clbn
clbn / trello-label-names.css
Last active August 4, 2017 15:28
Trello: label names (piece of CSS for Stylish extension)
.list-card-labels .card-label {
color: #fff !important;
font-size: 8px !important;
font-weight: bold;
text-transform: uppercase;
text-shadow: none !important;
letter-spacing: 0.1em !important;
line-height: 14px !important;
max-width: inherit !important;
@clbn
clbn / color-palette.txt
Created April 20, 2017 15:41
Google Charts color palette (2017)
#4285f4
#db4437
#f4b400
#0f9d58
#ab47bc
#00acc1
#ff7043
#9e9d24
#5c6bc0
#f06292