Skip to content

Commit

Permalink
add vscode default dark material theme (warpdotdev#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
satoqz authored May 27, 2022
1 parent 6d7a807 commit 91a8908
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 0 deletions.
1 change: 1 addition & 0 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
|**[Tokyo Night Storm](tokyo_night_storm.yaml)**:|<img src='previews/tokyo_night_storm.yaml.svg' width='300'>|
|**[Tomorrow Night](tomorrow_night.yaml)**:|<img src='previews/tomorrow_night.yaml.svg' width='300'>|
|**[Tomorrow Night Bright](tomorrow_night_bright.yaml)**:|<img src='previews/tomorrow_night_bright.yaml.svg' width='300'>|
|**[Vscode Default Dark Material](vscode_default_dark_material.yml)**:|<img src='previews/vscode_default_dark_material.yml.svg' width='300'>|
|**[Vuesion](vuesion.yaml)**:|<img src='previews/vuesion.yaml.svg' width='300'>|
|**[Wombat](wombat.yaml)**:|<img src='previews/wombat.yaml.svg' width='300'>|
|**[Xterm](xterm.yaml)**:|<img src='previews/xterm.yaml.svg' width='300'>|
90 changes: 90 additions & 0 deletions standard/previews/vscode_default_dark_material.yml.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/vscode_default_dark_material.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: '#80cbc4'
background: '#1a1a1a'
foreground: '#eeffff'
details: darker
terminal_colors:
bright:
black: '#4a4a4a'
blue: '#82aaff'
cyan: '#89ddff'
green: '#c3e88d'
magenta: '#c792ea'
red: '#ff5370'
white: '#ffffff'
yellow: '#ffcb6b'
normal:
black: '#000000'
blue: '#82aaff'
cyan: '#89ddff'
green: '#c3e88d'
magenta: '#c792ea'
red: '#ff5370'
white: '#ffffff'
yellow: '#ffcb6b'

0 comments on commit 91a8908

Please sign in to comment.