2025-01-08 10:26:51 +00:00
|
|
|
from theme import load_theme
|
|
|
|
|
2024-11-11 00:48:02 +00:00
|
|
|
config.load_autoconfig()
|
2024-12-10 23:03:51 +00:00
|
|
|
|
2025-01-08 10:26:51 +00:00
|
|
|
oxocarbon = {
|
|
|
|
"base00": "#161616",
|
|
|
|
"base01": "#262626",
|
|
|
|
"base02": "#393939",
|
|
|
|
"base03": "#525252",
|
|
|
|
"base04": "#dde1e6",
|
|
|
|
"base05": "#f2f4f8",
|
|
|
|
"base06": "#ffffff",
|
|
|
|
"base07": "#08bdba",
|
|
|
|
"base08": "#3ddbd9",
|
|
|
|
"base09": "#78a9ff",
|
|
|
|
"base0A": "#ee5396",
|
|
|
|
"base0B": "#33b1ff",
|
|
|
|
"base0C": "#ff7eb6",
|
|
|
|
"base0D": "#42be65",
|
|
|
|
"base0E": "#be95ff",
|
|
|
|
"base0F": "#82cfff",
|
|
|
|
}
|
|
|
|
load_theme(c, oxocarbon)
|
|
|
|
|
|
|
|
c.colors.webpage.preferred_color_scheme = "dark"
|
|
|
|
c.tabs.position = "left"
|
|
|
|
c.tabs.width = 36
|
|
|
|
c.fonts.default_size = "14pt"
|
|
|
|
c.fonts.default_family = "sans-serif"
|
|
|
|
c.tabs.padding = {
|
|
|
|
"bottom": 2,
|
|
|
|
"left": 3,
|
|
|
|
"right": 3,
|
|
|
|
"top": 2,
|
|
|
|
}
|