Compare commits

..

2 commits

Author SHA1 Message Date
2f9110c98d
chore: some textfox tweaks 2025-06-21 17:48:29 -07:00
e22e6d7c36
fix: correct color for textfox background 2025-06-21 16:05:59 -07:00

View file

@ -59,13 +59,10 @@
useLegacyExtensions = false;
config = {
background = {
color = "#${config.lib.stylix.colors.base00}";
color = "#${config.lib.stylix.colors.base01}";
};
border = {
color = "#${config.lib.stylix.colors.base0B}";
width = "3px";
transition = "1.0s ease";
radius = "0px";
};
displayHorizontalTabs = false;
displayWindowControls = false;
@ -73,10 +70,8 @@
displayUrlbarIcons = true;
displaySidebarTools = false;
displayTitles = true;
newtabLogo = " __ __ ____ \A / /____ _ __/ /_/ __/___ _ __\A / __/ _ \\| |/_/ __/ /_/ __ \\| |/_/\A / /_/ __/> </ /_/ __/ /_/ /> < \A \\__/\\___/_/|_|\\__/_/ \\____/_/|_| ";
font = {
family = "CaskaydiaCove Nerd Font";
size = "15px";
family = config.stylix.fonts.monospace.name;
accent = "#${config.lib.stylix.colors.base0B}";
};
tabs.vertical = {