Skip to content

Instantly share code, notes, and snippets.

View panki27's full-sized avatar
🗺️
Mapping worlds

Felix Pankratz panki27

🗺️
Mapping worlds
View GitHub Profile
@gsuuon
gsuuon / colors.lua
Last active July 10, 2024 21:21
My styled wezterm config - just the relevant bits
local wezterm = require 'wezterm'
local color_default_fg_light = wezterm.color.parse("#cacaca") -- 💩
local color_default_fg_dark = wezterm.color.parse("#303030")
return {
VERIDIAN = {
bg = wezterm.color.parse("#4D8060"),
fg = color_default_fg_light
},