Former-commit-id: 38b9bcec07
This commit is contained in:
Hadi
2025-05-04 16:00:08 +02:00
parent 4fb4ab9ae2
commit a6524d8d83

View File

@@ -34,10 +34,8 @@ in {
enable = true; enable = true;
settings = { settings = {
theme = { theme = {
# background-color = rgb-to-hsl "base00"; primary-color = lib.mkForce rgb-to-hsl "base0D";
# primary-color = rgb-to-hsl "base0D"; contrast-multiplier = lib.mkForce 1.4;
# positive-color = rgb-to-hsl "base0C";
# contrast-multiplier = 1.4;
}; };
pages = [{ pages = [{
hide-desktop-navigation = true; hide-desktop-navigation = true;
@@ -97,6 +95,7 @@ in {
groups = [ groups = [
{ {
title = ""; title = "";
same-tab = true;
color = "200 50 50"; color = "200 50 50";
links = [ links = [
{ {
@@ -119,6 +118,7 @@ in {
} }
{ {
title = "Docs"; title = "Docs";
same-tab = true;
color = "200 50 50"; color = "200 50 50";
links = [ links = [
{ {
@@ -141,6 +141,7 @@ in {
} }
{ {
title = "Homelab"; title = "Homelab";
same-tab = true;
color = "100 50 50"; color = "100 50 50";
links = [ links = [
{ {
@@ -155,6 +156,7 @@ in {
} }
{ {
title = "Work"; title = "Work";
same-tab = true;
color = "50 50 50"; color = "50 50 50";
links = [ links = [
{ {
@@ -173,6 +175,7 @@ in {
} }
{ {
title = "Cyber"; title = "Cyber";
same-tab = true;
color = rgb-to-hsl "base09"; color = rgb-to-hsl "base09";
links = [ links = [
{ {
@@ -199,6 +202,7 @@ in {
} }
{ {
title = "Misc"; title = "Misc";
same-tab = true;
color = rgb-to-hsl "base01"; color = rgb-to-hsl "base01";
links = [ links = [
{ {