Added Foot config, some C++ configs and changed Helix to light theme

This commit is contained in:
Gu://em_ 2026-03-11 09:39:35 +01:00
parent 72f0064f15
commit 4c99ea1a4d
6 changed files with 82 additions and 1 deletions

View file

@ -1,4 +1,5 @@
theme = "github_dark"
# theme = "github_dark"
theme = "adwaita-light"
[editor]

View file

@ -3,3 +3,8 @@ name="c"
indent = { tab-width=1, unit=" "}
# formatter = { command = "clang-format", args=["--style=file"] }
auto-format = true
[[language]]
name="cpp"
indent = { tab-width=1, unit=" "}
auto-format = true