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 One theme #51

Merged
merged 1 commit into from
Dec 19, 2020
Merged
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
109 changes: 109 additions & 0 deletions themes/one-dark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
colors:
background_color: '282c34'
white: '828997'
red: 'e06c75'
green: '98c379'
yellow: 'e5c07b'
blue: '61afef'
pink: 'ff6ac1'
cyan: '56b6c2'

black: '000000'
gray: '999999'
darkgray: '666666'
darkergray: '333333'

core:
regular_file: {}

directory:
foreground: blue

executable_file:
foreground: red
font-style: bold

symlink:
foreground: pink

broken_symlink:
foreground: black
background: red
missing_symlink_target:
foreground: black
background: red

fifo:
foreground: black
background: blue

socket:
foreground: black
background: pink

character_device:
foreground: pink
background: darkergray

block_device:
foreground: cyan
background: darkergray

normal_text:
{}

other_writable:
{}

sticky:
{}

sticky_other_writable:
{}

text:
special:
foreground: background_color
background: yellow

todo:
font-style: bold

licenses:
foreground: gray

configuration:
foreground: yellow

other:
foreground: yellow

markup:
foreground: yellow

programming:
source:
foreground: green

tooling:
foreground: green

continuous-integration:
foreground: green

media:
foreground: pink

office:
foreground: red

archives:
foreground: cyan
font-style: underline

executable:
foreground: red
font-style: bold

unimportant:
foreground: darkgray
109 changes: 109 additions & 0 deletions themes/one-light.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
colors:
background_color: 'fafafa'
white: 'a0a1a7'
red: 'e45649'
green: '50a14f'
yellow: 'c18401'
blue: '4078f2'
pink: 'ff6ac1'
cyan: '0184bc'

black: '000000'
gray: '999999'
darkgray: '666666'
darkergray: '333333'

core:
regular_file: {}

directory:
foreground: blue

executable_file:
foreground: red
font-style: bold

symlink:
foreground: pink

broken_symlink:
foreground: black
background: red
missing_symlink_target:
foreground: black
background: red

fifo:
foreground: black
background: blue

socket:
foreground: black
background: pink

character_device:
foreground: pink
background: darkergray

block_device:
foreground: cyan
background: darkergray

normal_text:
{}

other_writable:
{}

sticky:
{}

sticky_other_writable:
{}

text:
special:
foreground: background_color
background: yellow

todo:
font-style: bold

licenses:
foreground: gray

configuration:
foreground: yellow

other:
foreground: yellow

markup:
foreground: yellow

programming:
source:
foreground: green

tooling:
foreground: green

continuous-integration:
foreground: green

media:
foreground: pink

office:
foreground: red

archives:
foreground: cyan
font-style: underline

executable:
foreground: red
font-style: bold

unimportant:
foreground: darkgray