-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
166 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
syntax_theme: EightiesDark | ||
|
||
skin: { | ||
default: "#D8DEE9 #1d2129" | ||
tree: "#78849b #1d2129" | ||
parent: "#D8DEE9 #1d2129" | ||
file: "#D8DEE9 #1d2129" | ||
directory: "#D8DEE9 #1d2129" | ||
exe: "#D8DEE9 #1d2129" | ||
link: "#D8DEE9 #1d2129" | ||
pruning: "#78849b #1d2129 Italic" | ||
perm__: "#78849b #1d2129" | ||
perm_r: "#78849b #1d2129" | ||
perm_w: "#78849b #1d2129" | ||
perm_x: "#78849b #1d2129" | ||
owner: "#D8DEE9 #1d2129" | ||
group: "#78849b #1d2129" | ||
dates: "#D8DEE9 #1d2129" | ||
selected_line: "#D8DEE9 #2f333e / #D8DEE9 #1d2129" | ||
char_match: "#8FBCBB #1d2129" | ||
input: "#D8DEE9 #1d2129" | ||
status_error: "#BF616A #2f333e" | ||
status_job: "#BF616A #2f333e" | ||
status_normal: "#D8DEE9 #2f333e" | ||
status_italic: "#D8DEE9 #2f333e Italic" | ||
status_bold: "#D8DEE9 #2f333e Bold" | ||
status_code: "#D8DEE9 #2f333e" | ||
status_ellipsis: "#D8DEE9 #2f333e" | ||
scrollbar_track: "#eef0f2" | ||
scrollbar_thumb: "#d1d3d5" | ||
help_paragraph: "#D8DEE9 #1d2129" | ||
help_bold: "#D8DEE9 #1d2129 Bold" | ||
help_italic: "#D8DEE9 #2f333e Italic" | ||
help_code: "#8FBCBB #1d2129" | ||
help_headers: "#D8DEE9 #1d2129 Underlined" | ||
help_table_border: "#78849b #1d2129" | ||
preview_title: "#D8DEE9 #1d2129" | ||
preview: "#D8DEE9 #1d2129" | ||
preview_line_number: "#1d2129 #1d2129" | ||
preview_match: "#8FBCBB #2f333e" | ||
good_to_bad_0: "#A3BE8C" | ||
good_to_bad_1: "#A3BE8C" | ||
good_to_bad_2: "#A3BE8C" | ||
good_to_bad_3: "#EBCB8B" | ||
good_to_bad_4: "#EBCB8B" | ||
good_to_bad_5: "#d08770" | ||
good_to_bad_6: "#d08770" | ||
good_to_bad_7: "#BF616A" | ||
good_to_bad_8: "#BF616A" | ||
good_to_bad_9: "#BF616A" | ||
mode_command_mark: "#D8DEE9 #1d2129 Bold" | ||
|
||
# Not sure where these are used | ||
hex_null: "#D8DEE9 #1d2129" | ||
hex_ascii_graphic: "#D8DEE9 #1d2129" | ||
hex_ascii_whitespace: "#D8DEE9 #1d2129" | ||
hex_ascii_other: "#D8DEE9 #1d2129" | ||
hex_non_ascii: "#D8DEE9 #1d2129" | ||
staging_area_title: "#D8DEE9 #1d2129" | ||
sparse: "#D8DEE9 #1d2129" | ||
content_extract: "#D8DEE9 #1d2129" | ||
content_match: "#D8DEE9 #1d2129" | ||
purpose_normal: "#D8DEE9 #1d2129" | ||
purpose_italic: "#D8DEE9 #1d2129" | ||
purpose_bold: "#D8DEE9 #1d2129" | ||
purpose_ellipsis: "#D8DEE9 #1d2129" | ||
file_error: "#D8DEE9 #1d2129" | ||
flag_label: "#D8DEE9 #1d2129" | ||
flag_value: "#D8DEE9 #1d2129" | ||
count: "#D8DEE9 #1d2129" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
syntax_theme: GitHub | ||
|
||
skin: { | ||
default: "#1f2328 #ffffff" | ||
tree: "#808080 #ffffff" | ||
parent: "#1f2328 #ffffff" | ||
file: "#1f2328 #ffffff" | ||
directory: "#1f2328 #ffffff" | ||
exe: "#1f2328 #ffffff" | ||
link: "#1f2328 #ffffff" | ||
pruning: "#808080 #ffffff Italic" | ||
perm__: "#808080 #ffffff" | ||
perm_r: "#808080 #ffffff" | ||
perm_w: "#808080 #ffffff" | ||
perm_x: "#808080 #ffffff" | ||
owner: "#1f2328 #ffffff" | ||
group: "#808080 #ffffff" | ||
dates: "#1f2328 #ffffff" | ||
selected_line: "#1f2328 #e3e5e7 / #1f2328 #ffffff" | ||
char_match: "#a40e26 #ffffff" | ||
input: "#1f2328 #ffffff" | ||
status_error: "#cf222e #e3e5e7" | ||
status_job: "#cf222e #e3e5e7" | ||
status_normal: "#1f2328 #e3e5e7" | ||
status_italic: "#1f2328 #e3e5e7 Italic" | ||
status_bold: "#1f2328 #e3e5e7 Bold" | ||
status_code: "#1f2328 #e3e5e7" | ||
status_ellipsis: "#1f2328 #e3e5e7" | ||
scrollbar_track: "#eef0f2" | ||
scrollbar_thumb: "#d1d3d5" | ||
help_paragraph: "#1f2328 #ffffff" | ||
help_bold: "#1f2328 #ffffff Bold" | ||
help_italic: "#1f2328 #e3e5e7 Italic" | ||
help_code: "#a40e26 #ffffff" | ||
help_headers: "#1f2328 #ffffff Underlined" | ||
help_table_border: "#808080 #ffffff" | ||
preview_title: "#1f2328 #ffffff" | ||
preview: "#1f2328 #ffffff" | ||
preview_line_number: "#ffffff #ffffff" | ||
preview_match: "#a40e26 #e3e5e7" | ||
good_to_bad_0: "#116329" | ||
good_to_bad_1: "#116329" | ||
good_to_bad_2: "#116329" | ||
good_to_bad_3: "#e9873a" | ||
good_to_bad_4: "#e9873a" | ||
good_to_bad_5: "#c96765" | ||
good_to_bad_6: "#c96765" | ||
good_to_bad_7: "#cf222e" | ||
good_to_bad_8: "#cf222e" | ||
good_to_bad_9: "#cf222e" | ||
mode_command_mark: "#1f2328 #ffffff Bold" | ||
|
||
# Not sure where these are used | ||
hex_null: "#1f2328 #ffffff" | ||
hex_ascii_graphic: "#1f2328 #ffffff" | ||
hex_ascii_whitespace: "#1f2328 #ffffff" | ||
hex_ascii_other: "#1f2328 #ffffff" | ||
hex_non_ascii: "#1f2328 #ffffff" | ||
staging_area_title: "#1f2328 #ffffff" | ||
sparse: "#1f2328 #ffffff" | ||
content_extract: "#1f2328 #ffffff" | ||
content_match: "#1f2328 #ffffff" | ||
purpose_normal: "#1f2328 #ffffff" | ||
purpose_italic: "#1f2328 #ffffff" | ||
purpose_bold: "#1f2328 #ffffff" | ||
purpose_ellipsis: "#1f2328 #ffffff" | ||
file_error: "#1f2328 #ffffff" | ||
flag_label: "#1f2328 #ffffff" | ||
flag_value: "#1f2328 #ffffff" | ||
count: "#1f2328 #ffffff" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters