Skip to content

Commit

Permalink
Added GitHub primer themes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanwishner committed Dec 3, 2021
1 parent f673880 commit 426c0ec
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 1 deletion.
4 changes: 3 additions & 1 deletion standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Repo: https://github.com/eendroroy/alacritty-theme
|**[Dracula](dracula.yaml)**:|<img src='previews/dracula.yaml.svg' width='300'>|
|**[Falcon](falcon.yaml)**:|<img src='previews/falcon.yaml.svg' width='300'>|
|**[Flat Remix](flat_remix.yaml)**:|<img src='previews/flat_remix.yaml.svg' width='300'>|
|**[Github Dark](github_dark.yaml)**:|<img src='previews/github_dark.yaml.svg' width='300'>|
|**[Github Light](github_light.yaml)**:|<img src='previews/github_light.yaml.svg' width='300'>|
|**[Gotham](gotham.yaml)**:|<img src='previews/gotham.yaml.svg' width='300'>|
|**[Gruvbox Dark](gruvbox_dark.yaml)**:|<img src='previews/gruvbox_dark.yaml.svg' width='300'>|
|**[Gruvbox Light](gruvbox_light.yaml)**:|<img src='previews/gruvbox_light.yaml.svg' width='300'>|
Expand Down Expand Up @@ -57,4 +59,4 @@ Repo: https://github.com/eendroroy/alacritty-theme
|**[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'>|
|**[Wombat](wombat.yaml)**:|<img src='previews/wombat.yaml.svg' width='300'>|
|**[Xterm](xterm.yaml)**:|<img src='previews/xterm.yaml.svg' width='300'>|
|**[Xterm](xterm.yaml)**:|<img src='previews/xterm.yaml.svg' width='300'>|
28 changes: 28 additions & 0 deletions standard/github_dark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Accent color for UI elements
accent: '#F78166'
# Terminal background color
background: '#0d1117'
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#c9d1d9'
# Ansi escape colors.
terminal_colors:
bright:
black: '#161b22'
blue: '#79c0ff'
cyan: '#b3f0ff'
green: '#56d364'
magenta: '#d2a8ff'
red: '#ffa198'
white: '#b1bac4'
yellow: '#e3b341'
normal:
black: '#0d1117'
blue: '#58a6ff'
cyan: '#76e3ea'
green: '#3fb950'
magenta: '#bc8cff'
red: '#ff7b72'
white: '#b1bac4'
yellow: '#d29922'
28 changes: 28 additions & 0 deletions standard/github_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Accent color for UI elements
accent: '#FD8C73'
# Terminal background color
background: '#ffffff'
# Whether the theme is lighter or darker.
details: lighter
# The foreground color.
foreground: '#24292f'
# Ansi escape colors.
terminal_colors:
bright:
black: '#32383f'
blue: '#80ccff'
cyan: '#b3f0ff'
green: '#6fdd8b'
magenta: '#d8b9ff'
red: '#ffaba8'
white: '#d0d7de'
yellow: '#eac54f'
normal:
black: '#24292f'
blue: '#54aeff'
cyan: '#76e3ea'
green: '#4ac26b'
magenta: '#c297ff'
red: '#ff8182'
white: '#d0d7de'
yellow: '#d4a72c'
91 changes: 91 additions & 0 deletions standard/previews/github_dark.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions standard/previews/github_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.

0 comments on commit 426c0ec

Please sign in to comment.