From 4ef2f8102298856b73e7295eca5a3e87f624ef24 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Wed, 26 Jun 2024 08:48:05 +0200 Subject: [PATCH] Added Latte theme options --- shared/fish.nix | 7 +++++++ shared/kitty.nix | 3 ++- shared/oh-my-posh.nix | 13 +++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/shared/fish.nix b/shared/fish.nix index 3824f7e..d088ed6 100644 --- a/shared/fish.nix +++ b/shared/fish.nix @@ -46,7 +46,14 @@ }; interactiveShellInit = '' set fish_greeting # Disable greeting + # Macchiato set -Ux FZF_DEFAULT_OPTS "--color=fg:#f8f8f2,bg:#282a36,hl:#bd93f9 --color=fg+:#f8f8f2,bg+:#44475a,hl+:#bd93f9 --color=info:#ffb86c,prompt:#50fa7b,pointer:#ff79c6 --color=marker:#ff79c6,spinner:#ffb86c,header:#6272a4" + + # Latte +# set -Ux FZF_DEFAULT_OPTS "\ +# --color=bg+:#ccd0da,bg:#eff1f5,spinner:#dc8a78,hl:#d20f39 \ +# --color=fg:#4c4f69,header:#d20f39,info:#8839ef,pointer:#dc8a78 \ +# --color=marker:#dc8a78,fg+:#4c4f69,prompt:#8839ef,hl+:#d20f39" ''; }; } diff --git a/shared/kitty.nix b/shared/kitty.nix index cd95d71..786138f 100644 --- a/shared/kitty.nix +++ b/shared/kitty.nix @@ -7,11 +7,12 @@ size = 17; } else { name = "FiraCode Nerd Font Bold"; - size = 16; + size = 13; }; shellIntegration = { mode = "no-cursor"; }; + # theme = "Catppuccin-Latte"; theme = "Catppuccin-Macchiato"; settings = { confirm_os_window_close = 2; diff --git a/shared/oh-my-posh.nix b/shared/oh-my-posh.nix index 9f5ddbd..9c812e9 100644 --- a/shared/oh-my-posh.nix +++ b/shared/oh-my-posh.nix @@ -5,6 +5,7 @@ enableFishIntegration = true; settings = { "$schema"= "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"; + # Macchiato "palette" = { "os"= "#ACB0BE"; "closer"= "p:os"; @@ -16,6 +17,18 @@ "green" = "#a6da95"; "mauve" = "#c6a0f6"; }; + # Latte + # "palette" = { + # "os"= "#ACB0BE"; + # "closer"= "p:os"; + # "pink"= "#ea76cb"; + # "lavender"= "#B7BDF8"; + # "blue"= "#8aadf4"; + # "peach" = "#fe640b"; + # "red" = "#d20f39"; + # "green" = "#40a02b"; + # "mauve" = "#8839ef"; + # }; "blocks"= [ { "alignment"= "left";