54 lines
1.1 KiB
Lua
54 lines
1.1 KiB
Lua
Ben = {
|
|
programs = {
|
|
editor = "vim",
|
|
terminal = "wezterm",
|
|
browser = "google-chrome-unstable",
|
|
filemanager = "dolphin",
|
|
launcher = "rofi -show drun",
|
|
},
|
|
keys = {
|
|
mod = "Mod4",
|
|
alt = "Mod1",
|
|
shift = "Shift",
|
|
ctrl = "Control",
|
|
space = "space",
|
|
enter = "Return",
|
|
},
|
|
colors = {
|
|
poggers = "#7480C2",
|
|
rosewater = "#F5E0DC",
|
|
flamingo = "#F2CDCD",
|
|
pink = "#F5C2E7",
|
|
mauve = "#CBA6F7",
|
|
red = "#F38BA8",
|
|
maroon = "#EBA0AC",
|
|
peach = "#FAB387",
|
|
yellow = "#F9E2AF",
|
|
green = "#A6E3A1",
|
|
teal = "#94E2D5",
|
|
sky = "#89DCEB",
|
|
sapphire = "#74C7EC",
|
|
blue = "#89B4FA",
|
|
lavender = "#B4BEFE",
|
|
text = "#CDD6F4",
|
|
subtext1 = "#BAC2DE",
|
|
subtext0 = "#A6ADC8",
|
|
overlay2 = "#9399B2",
|
|
overlay1 = "#7F849C",
|
|
overlay0 = "#6C7086",
|
|
surface2 = "#585B70",
|
|
surface1 = "#45475A",
|
|
surface0 = "#313244",
|
|
base = "#1E1E2E",
|
|
mantle = "#181825",
|
|
crust = "#11111B",
|
|
},
|
|
fonts = {
|
|
normal = "DejaVu Sans Mono 12",
|
|
small = "DejaVu Sans Mono 9",
|
|
monospace = "DejaVu Sans Mono 12",
|
|
},
|
|
}
|
|
|
|
return Ben
|