local wezterm = require("wezterm") local config = wezterm.config_builder() -- Defining lotus as a color scheme config.color_schemes = { ['Kanagawa Lotus (Gogh)'] = require("colors/kanagawa-lotus"), } config.window_background_opacity = 0.8 -- Colors local wave = 'Kanagawa (Gogh)' local dragon = 'Kanagawa Dragon (Gogh)' local lotus = 'Kanagawa Lotus (Gogh)' config.window_decorations = "RESIZE" config.enable_tab_bar = false config.font_size = 18.0 config.color_scheme = wave config.font = wezterm.font 'Fira Code' return config