Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion app/src/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,14 @@
"link": "https://github.com/tel0065"
}
]
}
},
{
"themeNames": ["Poimandres"],
"sources": [
{
"name": "adryanrr",
"link": "https://github.com/adryanrr"
}
]
}
]
25 changes: 24 additions & 1 deletion app/src/custom-colour-schemes.json
Original file line number Diff line number Diff line change
Expand Up @@ -982,4 +982,27 @@
"white": "#000000",
"yellow": "#F0AA0B"
},
]
{
"name": "Poimandres",
"background": "#1B1E28",
"black": "#1B1E28",
"blue": "#DDFFFF",
"brightBlack": "#ACCDFF",
"brightBlue": "#D7FFFF",
"brightCyan": "#D7FFFF",
"brightGreen": "#E4C7FF",
"brightPurple": "#C5E9FF",
"brightRed": "#679DFF",
"brightWhite": "#FFFFFF",
"brightYellow": "#FAC2FF",
"cursorColor": "#B473FF",
"cyan": "#DDFFFF",
"foreground": "#ACCDFF",
"green": "#E4C7FF",
"purple": "#C5E9FF",
"red": "#679DFF",
"selectionBackground": "#7CB424",
"white": "#FFFFFF",
"yellow": "#FAC2FF"
}
]
12 changes: 12 additions & 0 deletions credits/auto-credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -1693,5 +1693,17 @@
}
],
"notes": "The scheme Zenburn was inspired by the [Zenburn](http://sunaku.github.io/zenburn-terminal-color-scheme.html) version created by Suraj N. Kurapati."
},
{
"themeNames": [
"Poimandres"
],
"sources": [
{
"name": "adryanrr",
"link": "https://github.com/Adryanrr/wt-themes"
}
],
"notes": "The scheme was inspired by the classic Poimandres version, customized by Adryan Ryan."
}
]
2 changes: 2 additions & 0 deletions credits/iterm-credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,5 @@ The iceberg theme was created by [cocopon](https://github.com/cocopon/iceberg.vi
The "Galizur" theme was crafted by [Raziel Anarki](https://github.com/razielanarki)

The [Raycast](https://raycast.com) Dark/Light themes were created by [thomaspaulmann](https://github.com/thomaspaulmann) and [itsnwa](https://github.com/itsnwa).

The **Poimandres** theme was adapted for Windows Terminal by [adryanrr](https://github.com/adryanrr).
12 changes: 11 additions & 1 deletion credits/manual-credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -1661,5 +1661,15 @@
}
],
"notes": "The iceberg theme was created by cocopon and ported to iTerm2 by pbnj"
}
},
{
"themeNames": ["Poimandres"],
"sources": [
{
"name": "adryanrr",
"link": "https://github.com/adryanrr"
}
],
"notes": "The Poimandres theme was adapted for Windows Terminal by [adryanrr](https://github.com/adryanrr)."
}
]