12 lines
283 B
Text
12 lines
283 B
Text
config.source("gruvbox.py")
|
|
|
|
#c.tabs.show = "multiple"
|
|
c.tabs.padding = {'top': 0, 'bottom': 0, 'left': 8, 'right': 8}
|
|
c.tabs.indicator.width = 0 # no tab indicators
|
|
c.tabs.width = '7%'
|
|
|
|
c.fonts.default_size = '14px'
|
|
|
|
|
|
c.content.blocking.enabled = True
|
|
config.load_autoconfig(False)
|