Added Latte theme options
This commit is contained in:
parent
28820da6cc
commit
4ef2f81022
3 changed files with 22 additions and 1 deletions
|
@ -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"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue