Skip to content

Instantly share code, notes, and snippets.

View kshg9's full-sized avatar
🎯
Focusing

EternalChocoTruffle kshg9

🎯
Focusing
View GitHub Profile
-- vim: tabstop=2 shiftwidth=2 expandtab
-- We almost always start by importing the wezterm module
local wezterm = require 'wezterm'
-- Define a lua table to hold _our_ module's functions
local module = {}
-- Returns a bool based on whether the host operating system's
-- appearance is light or dark.
function module.is_dark()