45 lines
703 B
Text
45 lines
703 B
Text
# Colors (Gruvbox Material Hard Dark)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#1d2021'
|
|
foreground = '#d4be98'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#32302f'
|
|
red = '#ea6962'
|
|
green = '#a9b665'
|
|
yellow = '#d8a657'
|
|
blue = '#7daea3'
|
|
magenta = '#d3869b'
|
|
cyan = '#89b482'
|
|
white = '#d4be98'
|
|
|
|
# Bright colors (same as normal colors)
|
|
[colors.bright]
|
|
black = '#32302f'
|
|
red = '#ea6962'
|
|
green = '#a9b665'
|
|
yellow = '#d8a657'
|
|
blue = '#7daea3'
|
|
magenta = '#d3869b'
|
|
cyan = '#89b482'
|
|
white = '#d4be98'
|
|
|
|
[font]
|
|
size = 12
|
|
|
|
[font.normal]
|
|
family = "CaskaydiaCove Nerd Font"
|
|
style = "bold"
|
|
|
|
[shell]
|
|
program = "/bin/bash"
|
|
|
|
# [window]
|
|
# opacity = 0.8
|
|
|
|
[window.padding]
|
|
x = 20
|
|
y = 20
|