treewide: read commit description

What changed here was:
- I updated the lock file
- I added ZNC to my services
- I moved my services to a new directory
- I renamed my user to arturm
- I renamed my system to cityseventeen
- I moved to en_US.UTF-8
- I switched to using Rose Pine
- I added a Mako option
- Some refactoring where it was needed

These are all changes I forgot to commit, I had intentions
of commiting them but I didn't until now. Oops!
This commit is contained in:
Artur Manuel 2025-04-12 20:50:25 +01:00
commit cddcce6db9
Signed by: amadaluzia
SSH key fingerprint: SHA256:ubvwT66gNUKSsgSzEb2UQnX8pzTq5N+r8eRVYGJJm4Q
20 changed files with 380 additions and 226 deletions

View file

@ -2,26 +2,26 @@ from theme import load_theme
config.load_autoconfig()
tokyo_night = {
"base00": "#1a1b26",
"base01": "#16161e",
"base02": "#2f3549",
"base03": "#444b6a",
"base04": "#787c99",
"base05": "#a9b1d6",
"base06": "#cbccd1",
"base07": "#d5d6db",
"base08": "#c0caf5",
"base09": "#a9b1d6",
"base0A": "#0db9d7",
"base0B": "#9ece6a",
"base0C": "#b4f9f8",
"base0D": "#2ac3de",
"base0E": "#bb9af7",
"base0F": "#f7768e",
theme = {
"base00": "#191724",
"base01": "#1f1d2e",
"base02": "#26233a",
"base03": "#6e6a86",
"base04": "#908caa",
"base05": "#e0def4",
"base06": "#e0def4",
"base07": "#524f67",
"base08": "#eb6f92",
"base09": "#f6c177",
"base0A": "#ebbcba",
"base0B": "#31748f",
"base0C": "#9ccfd8",
"base0D": "#c4a7e7",
"base0E": "#f6c177",
"base0F": "#524f67",
}
load_theme(c, tokyo_night)
load_theme(c, theme)
c.colors.webpage.preferred_color_scheme = "dark"
c.tabs.position = "top"