Skip to content

Instantly share code, notes, and snippets.

View MunsMan's full-sized avatar
🏠
Working from home

MunsMan

🏠
Working from home
  • Innsbruck
  • 10:28 (UTC +02:00)
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
},