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

fix lava theme #88

Merged
merged 1 commit into from
Jun 23, 2022
Merged
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
64 changes: 35 additions & 29 deletions themes/lava.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ colors:
chardonnay: 'FFC373'

core:
normal_text:
foreground: base0

regular_file:
foreground: base0

Expand All @@ -31,12 +28,35 @@ core:
foreground: orangedir
font-style: bold

executable_file:
foreground: vermilion
font-style: bold

symlink:
foreground: orangedir
font-style: underline

multi_hard_link:
foreground: base0
broken_symlink:
foreground: background_color
background: kourkinova
font-style: bold

missing_symlink_target:
foreground: background_color
background: kourkinova
font-style: bold

setuid:
foreground: yellow
background: black

setgid:
foreground: yellow
background: black

file_with_capability: {}

multi_hard_link: {}

fifo:
foreground: background_color
Expand All @@ -53,41 +73,27 @@ core:
background: kourkinova
font-style: bold

block_device:
character_device:
foreground: yellow
background: base2
font-style: bold

character_device:
block_device:
foreground: yellow
background: base2
font-style: bold

broken_symlink:
foreground: background_color
background: kourkinova
font-style: bold

missing_symlink_target:
foreground: background_color
background: kourkinova
font-style: bold

setuid: {}

setgid: {}

file_with_capability: {}

sticky_other_writable: {}
normal_text:
foreground: base0

other_writable: {}
other_writable:
{}

sticky: {}
sticky:
{}

executable_file:
foreground: vermilion
font-style: bold
sticky_other_writable:
{}

text:
special:
Expand Down