diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..49e661c --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,5 @@ +font=FiraCode Nerd Font Mono:size=9 + +[colors-dark] +alpha=0.9 + diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..c0d7158 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1 @@ +theme = "zed_onedark" diff --git a/.config/helix/themes/zed_onedark.toml b/.config/helix/themes/zed_onedark.toml new file mode 100644 index 0000000..9390636 --- /dev/null +++ b/.config/helix/themes/zed_onedark.toml @@ -0,0 +1,2 @@ +inherits = "zed_onedark" +"ui.background" = {}