mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
Compare commits
No commits in common. "2f9110c98d9e2ef7653045f348cfca25ce0bfd77" and "a5e6da58c139f88b4cf51690a7f54e1b9850aa38" have entirely different histories.
2f9110c98d
...
a5e6da58c1
1 changed files with 7 additions and 2 deletions
|
@ -59,10 +59,13 @@
|
|||
useLegacyExtensions = false;
|
||||
config = {
|
||||
background = {
|
||||
color = "#${config.lib.stylix.colors.base01}";
|
||||
color = "#${config.lib.stylix.colors.base00}";
|
||||
};
|
||||
border = {
|
||||
color = "#${config.lib.stylix.colors.base0B}";
|
||||
width = "3px";
|
||||
transition = "1.0s ease";
|
||||
radius = "0px";
|
||||
};
|
||||
displayHorizontalTabs = false;
|
||||
displayWindowControls = false;
|
||||
|
@ -70,8 +73,10 @@
|
|||
displayUrlbarIcons = true;
|
||||
displaySidebarTools = false;
|
||||
displayTitles = true;
|
||||
newtabLogo = " __ __ ____ \A / /____ _ __/ /_/ __/___ _ __\A / __/ _ \\| |/_/ __/ /_/ __ \\| |/_/\A / /_/ __/> </ /_/ __/ /_/ /> < \A \\__/\\___/_/|_|\\__/_/ \\____/_/|_| ";
|
||||
font = {
|
||||
family = config.stylix.fonts.monospace.name;
|
||||
family = "CaskaydiaCove Nerd Font";
|
||||
size = "15px";
|
||||
accent = "#${config.lib.stylix.colors.base0B}";
|
||||
};
|
||||
tabs.vertical = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue