Skip to content

Instantly share code, notes, and snippets.

View frabjous's full-sized avatar

Kevin Klement frabjous

View GitHub Profile
@frabjous
frabjous / colors - Themer.toml
Created June 12, 2022 04:42
Wezterm config
# Themer
[colors]
foreground = "#c1c6ca"
background = "#131518"
#cursor_bg = "#bbbbbb"
cursor_bg = "#8f5ac9"
#cursor_fg = "#8f5ac9"
cursor_fg = "#ffff00"
#cursor_fg = "#8f5ac9"
##cursor_bg = "#131518"
@frabjous
frabjous / colors - ThemerVim-transparent.vim
Last active January 20, 2023 17:45
Main NeoVim config files as of 11 June 2022
if &background == 'dark'
let s:guishade0 = "#131518"
let s:guishade1 = "#303236"
let s:guishade2 = "#4d5053"
let s:guishade3 = "#6a6d71"
let s:guishade4 = "#878b8f"
let s:guishade5 = "#a4a8ad"
@frabjous
frabjous / color.sh
Created May 31, 2022 12:28
Script for browsing music for mpd with mpc and kitty's icat kitten
#!/bin/bash
# Define colors
txtblk='\e[0;30m' # Black - Regular
txtred='\e[0;31m' # Red
txtgrn='\e[0;32m' # Green
txtylw='\e[0;33m' # Yellow
txtblu='\e[0;34m' # Blue
txtpur='\e[0;35m' # Purple
txtcyn='\e[0;36m' # Cyan
@frabjous
frabjous / Themer.vim
Created May 30, 2022 14:40
Neovim color scheme
if &background == 'dark'
let s:guishade0 = "#131518"
let s:guishade1 = "#303236"
let s:guishade2 = "#4d5053"
let s:guishade3 = "#6a6d71"
let s:guishade4 = "#878b8f"
let s:guishade5 = "#a4a8ad"
@frabjous
frabjous / picom.conf
Created May 30, 2022 14:33
picom config (jonaburg)
#################################
# Animations #
#################################
# requires https://github.com/jonaburg/picom
# (These are also the default values)
transition-length = 300
transition-pow-x = 0.1
transition-pow-y = 0.1
transition-pow-w = 0.1
@frabjous
frabjous / kitty.conf
Created May 30, 2022 14:30
Kitty configiration
include themer-dark.conf
cursor_shape beam
cursor_beam_thickness 2
#FONT STUFF
font_size 14.0
font_family Fira Code
italic_font Fira Mono
bold_italic_font Fira Mono