From 0ecb4d4b836375c2b169d96c7ff61de6f65ee05d Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Tue, 11 Apr 2023 07:49:46 +0300 Subject: [PATCH] new styling --- users/modules/helix/default.nix | 2 +- users/patriot/stylix.nix | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/users/modules/helix/default.nix b/users/modules/helix/default.nix index e21ca62..7b04681 100644 --- a/users/modules/helix/default.nix +++ b/users/modules/helix/default.nix @@ -42,7 +42,7 @@ }; statusline = { left = ["mode" "spinner"]; - center = ["file-name" "file-encoding" "separator" "version-control"]; + center = ["file-name" "file-encoding" "version-control"]; right = ["diagnostics" "selections"]; }; }; diff --git a/users/patriot/stylix.nix b/users/patriot/stylix.nix index 5aa1a38..e499354 100644 --- a/users/patriot/stylix.nix +++ b/users/patriot/stylix.nix @@ -11,14 +11,14 @@ stylix.image = ./wallpaper.png; stylix.polarity = "dark"; stylix.base16Scheme = { - "base00" = "191a16"; - "base01" = "20211c"; - "base02" = "24251f"; # splatoon 3 dark background - "base03" = "50514c"; - "base04" = "7c7c79"; - "base05" = "a7a8a5"; - "base06" = "d3d3d2"; - "base07" = "ffffff"; + "base00" = "04080e"; + "base01" = "36393e"; + "base02" = "686b6e"; + "base03" = "9b9c9f"; + "base04" = "cdcecf"; + "base05" = "ffffff"; + "base06" = "1d2126"; + "base07" = "e6e6e7"; "base08" = "cf0466"; # splatoon 2 pink "base09" = "2851f6"; # splatoon 1 blue "base0A" = "6844e6"; # splatoon 3 purple