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 all 6 gruvbox-material base16 themes #146

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
167 changes: 167 additions & 0 deletions themes/gruvbox-material-dark-hard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
colors:
bg: "202020"
bg0: "202020"
bg1: "282828"
bg2: "383838"
bg3: "484848"
bg4: "585858"

fg: "d4be98"
fg0: "f2e5bc"
fg1: "d4be98"
fg2: "bdae93"
fg3: "a89984"
fg4: "928374"

red: "ea6962"
green: "a9b665"
yellow: "d8a657"
blue: "7daea3"
purple: "d3869b"
aqua: "89b482"
orange: "e78a4e"
gray: "928374"

alt_red: "ef938e"
alt_green: "bbc585"
alt_yellow: "e1bb7e"
alt_blue: "9dc2ba"
alt_purple: "e1acbb"
alt_aqua: "a7c7a2"
alt_orange: "eebd89"
alt_gray: "a89984"

core:
normal_text:
foreground: fg
background: bg

regular_file:
foreground: fg
background: bg

reset_to_normal: {}

directory:
foreground: blue

symlink:
foreground: alt_blue
font-style: italic

multi_hard_link:
font-style: bold

fifo:
foreground: purple

socket:
foreground: purple
font-style: bold

door:
foreground: alt_purple
font-style: bold

block_device:
foreground: yellow
font-style: bold

character_device:
foreground: alt_yellow
font-style: italic

broken_symlink:
foreground: alt_red
font-style: italic

missing_symlink_target:
foreground: fg
background: alt_red

setuid:
foreground: fg
background: red

setgid:
foreground: bg
background: orange

file_with_capability:
foreground: bg
background: red

sticky_other_writable:
foreground: fg
background: blue
font-style: italic

other_writable:
foreground: alt_green
font-style: bold

sticky:
foreground: fg
background: blue

executable_file:
foreground: alt_green
font-style: bold

text:
special:
foreground: alt_yellow
font-style: bold

todo:
foreground: alt_green

licenses:
foreground: fg1
font-style: italic

configuration:
foreground: alt_yellow

other:
foreground: fg

markup:
foreground: yellow

programming:
source:
foreground: green

tooling:
foreground: alt_green
font-style: italic

continuous-integration:
foreground: alt_blue

media:
foreground: aqua

video:
foreground: alt_aqua
font-style: bold

office:
foreground: alt_blue
font-style: bold

archives:
foreground: orange

images:
foreground: alt_orange
font-style: bold

executable:
foreground: alt_green
font-style: bold

unimportant:
foreground: bg3
font-style: italic
167 changes: 167 additions & 0 deletions themes/gruvbox-material-dark-medium.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
colors:
bg: "282828"
bg0: "282828"
bg1: "32302f"
bg2: "3c3836"
bg3: "504945"
bg4: "665c54"

fg: "d4be98"
fg0: "f2e5bc"
fg1: "d4be98"
fg2: "bdae93"
fg3: "a89984"
fg4: "928374"

red: "ea6962"
green: "a9b665"
yellow: "d8a657"
blue: "7daea3"
purple: "d3869b"
aqua: "89b482"
orange: "e78a4e"
gray: "928374"

alt_red: "ef938e"
alt_green: "bbc585"
alt_yellow: "e1bb7e"
alt_blue: "9dc2ba"
alt_purple: "e1acbb"
alt_aqua: "a7c7a2"
alt_orange: "eebd89"
alt_gray: "a89984"

core:
normal_text:
foreground: fg
background: bg

regular_file:
foreground: fg
background: bg

reset_to_normal: {}

directory:
foreground: blue

symlink:
foreground: alt_blue
font-style: italic

multi_hard_link:
font-style: bold

fifo:
foreground: purple

socket:
foreground: purple
font-style: bold

door:
foreground: alt_purple
font-style: bold

block_device:
foreground: yellow
font-style: bold

character_device:
foreground: alt_yellow
font-style: italic

broken_symlink:
foreground: alt_red
font-style: italic

missing_symlink_target:
foreground: fg
background: alt_red

setuid:
foreground: fg
background: red

setgid:
foreground: bg
background: orange

file_with_capability:
foreground: bg
background: red

sticky_other_writable:
foreground: fg
background: blue
font-style: italic

other_writable:
foreground: alt_green
font-style: bold

sticky:
foreground: fg
background: blue

executable_file:
foreground: alt_green
font-style: bold

text:
special:
foreground: alt_yellow
font-style: bold

todo:
foreground: alt_green

licenses:
foreground: fg1
font-style: italic

configuration:
foreground: alt_yellow

other:
foreground: fg

markup:
foreground: yellow

programming:
source:
foreground: green

tooling:
foreground: alt_green
font-style: italic

continuous-integration:
foreground: alt_blue

media:
foreground: aqua

video:
foreground: alt_aqua
font-style: bold

office:
foreground: alt_blue
font-style: bold

archives:
foreground: orange

images:
foreground: alt_orange
font-style: bold

executable:
foreground: alt_green
font-style: bold

unimportant:
foreground: bg3
font-style: italic
Loading