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 = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting # Disable greeting
|
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"
|
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;
|
size = 17;
|
||||||
} else {
|
} else {
|
||||||
name = "FiraCode Nerd Font Bold";
|
name = "FiraCode Nerd Font Bold";
|
||||||
size = 16;
|
size = 13;
|
||||||
};
|
};
|
||||||
shellIntegration = {
|
shellIntegration = {
|
||||||
mode = "no-cursor";
|
mode = "no-cursor";
|
||||||
};
|
};
|
||||||
|
# theme = "Catppuccin-Latte";
|
||||||
theme = "Catppuccin-Macchiato";
|
theme = "Catppuccin-Macchiato";
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 2;
|
confirm_os_window_close = 2;
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
"$schema"= "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json";
|
"$schema"= "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json";
|
||||||
|
# Macchiato
|
||||||
"palette" = {
|
"palette" = {
|
||||||
"os"= "#ACB0BE";
|
"os"= "#ACB0BE";
|
||||||
"closer"= "p:os";
|
"closer"= "p:os";
|
||||||
|
@ -16,6 +17,18 @@
|
||||||
"green" = "#a6da95";
|
"green" = "#a6da95";
|
||||||
"mauve" = "#c6a0f6";
|
"mauve" = "#c6a0f6";
|
||||||
};
|
};
|
||||||
|
# Latte
|
||||||
|
# "palette" = {
|
||||||
|
# "os"= "#ACB0BE";
|
||||||
|
# "closer"= "p:os";
|
||||||
|
# "pink"= "#ea76cb";
|
||||||
|
# "lavender"= "#B7BDF8";
|
||||||
|
# "blue"= "#8aadf4";
|
||||||
|
# "peach" = "#fe640b";
|
||||||
|
# "red" = "#d20f39";
|
||||||
|
# "green" = "#40a02b";
|
||||||
|
# "mauve" = "#8839ef";
|
||||||
|
# };
|
||||||
"blocks"= [
|
"blocks"= [
|
||||||
{
|
{
|
||||||
"alignment"= "left";
|
"alignment"= "left";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue