Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Taiga theme #92

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
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
3 changes: 3 additions & 0 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
|**[Iceberg](iceberg.yaml)**:|<img src='previews/iceberg.yaml.svg' width='300'>|
|**[Iterm](iterm.yaml)**:|<img src='previews/iterm.yaml.svg' width='300'>|
|**[Jellybeans](jellybeans.yaml)**:|<img src='previews/jellybeans.yaml.svg' width='300'>|
|**[Kanagawa](kanagawa.yaml)**:|<img src='previews/kanagawa.yaml.svg' width='300'>|
|**[Konsole Linux](konsole_linux.yaml)**:|<img src='previews/konsole_linux.yaml.svg' width='300'>|
|**[Laser](laser.yaml)**:|<img src='previews/laser.yaml.svg' width='300'>|
|**[Light-pinkish](light-pinkish.yaml)**:|<img src='previews/light-pinkish.yaml.svg' width='300'>|
Expand Down Expand Up @@ -104,6 +105,8 @@
|**[Spaceduck](spaceduck.yaml)**:|<img src='previews/spaceduck.yaml.svg' width='300'>|
|**[Synthwave 84](synthwave_84.yaml)**:|<img src='previews/synthwave_84.yaml.svg' width='300'>|
|**[Taerminal](taerminal.yaml)**:|<img src='previews/taerminal.yaml.svg' width='300'>|
|**[Taiga](taiga.yml)**:|<img src='previews/taiga.yml.svg' width='300'>|
|**[Taiga Light](taiga_light.yaml)**:|<img src='previews/taiga_light.yaml.svg' width='300'>|
|**[Tango Dark](tango_dark.yaml)**:|<img src='previews/tango_dark.yaml.svg' width='300'>|
|**[Tender](tender.yaml)**:|<img src='previews/tender.yaml.svg' width='300'>|
|**[Terminal App](terminal_app.yaml)**:|<img src='previews/terminal_app.yaml.svg' width='300'>|
Expand Down
51 changes: 51 additions & 0 deletions standard/previews/taiga.yml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/taiga_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions standard/taiga.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
details: darker # Whether the theme is lighter or darker.
background: '#000924' # Terminal background color
foreground: '#D4DFEB' # The foreground color.
accent: '#425677' # Accent color for UI elements
terminal_colors: # Ansi escape colors.
normal:
black: '#0F171F'
red: '#DE3E2D'
green: '#2C965D'
yellow: '#F0B135'
blue: '#3A81D7'
magenta: '#945CE1'
cyan: '#14938D'
white: '#95A0AB'
bright:
black: '#404952'
red: '#FFA191'
green: '#72D699'
yellow: '#FFD896'
blue: '#91C1FF'
magenta: '#C9ACFF'
cyan: '#67D2CC'
white: '#D4DFEB'
23 changes: 23 additions & 0 deletions standard/taiga_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
details: lighter # Whether the theme is lighter or darker.
background: '#E5EFFF' # Terminal background color
foreground: '#0F171F' # The foreground color.
accent: '#7A90B4' # Accent color for UI elements
terminal_colors: # Ansi escape colors.
normal:
black: '#0F171F'
red: '#BA0D01'
green: '#007742'
yellow: '#CD9200'
blue: '#1762B6'
magenta: '#773CBF'
cyan: '#00736E'
white: '#95A0AB'
bright:
black: '#404952'
red: '#FF6551'
green: '#51B67A'
yellow: '#F0B135'
blue: '#59A0F9'
magenta: '#B17EFF'
cyan: '#43B2AC'
white: '#D4DFEB'