Added Latte theme options

This commit is contained in:
FredzyW 2024-06-26 08:48:05 +02:00
parent 28820da6cc
commit 4ef2f81022
3 changed files with 22 additions and 1 deletions

View file

@ -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";