Skip to content

Instantly share code, notes, and snippets.

View adityamwagh's full-sized avatar
🤖
Helping computers perceive the world!

Aditya Wagh adityamwagh

🤖
Helping computers perceive the world!
View GitHub Profile
# Pop!_OS
colors:
# Default colors
primary:
background: '#333333' # base03
foreground: '#F2F2F2' # base0
# Normal colors
normal:
black: '#333333' # base02
@adityamwagh
adityamwagh / one-monokai.json
Created June 6, 2020 23:23
One Monokai theme for Windows Terminal
// One Monokai theme for Windows Terminal.
// Colours have been taken from One Monokai theme for VS Code (https://github.com/azemoh/vscode-one-monokai)
{
"name": "One Monokai",
"background": "#282c34",
"foreground": "#abb2bf",
"black": "#2d3139",
"blue": "#528bff",
"green": "#98c379",
"yellow": "#e5c07b",