Skip to content

Commit

Permalink
Merge pull request #34 from cyberdork33/master
Browse files Browse the repository at this point in the history
Add support for TERM="fbterm"
  • Loading branch information
seebi committed Jul 28, 2013
2 parents a00bc0a + 939ecdc commit 8d2155a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
1 change: 1 addition & 0 deletions dircolors.256dark
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TERM console
TERM cygwin TERM cygwin
TERM dtterm TERM dtterm
TERM eterm-color TERM eterm-color
TERM fbterm
TERM gnome TERM gnome
TERM gnome-256color TERM gnome-256color
TERM jfbterm TERM jfbterm
Expand Down
11 changes: 6 additions & 5 deletions dircolors.ansi-dark
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ TERM cygwin
TERM dtterm TERM dtterm
TERM Eterm TERM Eterm
TERM eterm-color TERM eterm-color
TERM fbterm
TERM gnome TERM gnome
TERM gnome-256color TERM gnome-256color
TERM jfbterm TERM jfbterm
Expand Down Expand Up @@ -106,7 +107,7 @@ EIGHTBIT 1
# Below are the color init strings for the basic file types. A color init # Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes: # string consists of one or more of the following numeric codes:
# #
# Attribute codes: # Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes: # Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Expand All @@ -119,8 +120,8 @@ EIGHTBIT 1
# ANSI Color code Solarized Notes Universal SolDark SolLight # ANSI Color code Solarized Notes Universal SolDark SolLight
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~ # ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
# 00 none NORMAL, FILE <SAME> <SAME> # 00 none NORMAL, FILE <SAME> <SAME>
# 30 black base02 # 30 black base02
# 01;30 bright black base03 bg of SolDark # 01;30 bright black base03 bg of SolDark
# 31 red red docs & mm src <SAME> <SAME> # 31 red red docs & mm src <SAME> <SAME>
# 01;31 bright red orange EXEC <SAME> <SAME> # 01;31 bright red orange EXEC <SAME> <SAME>
# 32 green green editable text <SAME> <SAME> # 32 green green editable text <SAME> <SAME>
Expand All @@ -133,8 +134,8 @@ EIGHTBIT 1
# 01;35 bright magenta violet archive/compressed <SAME> <SAME> # 01;35 bright magenta violet archive/compressed <SAME> <SAME>
# 36 cyan cyan DIR <SAME> <SAME> # 36 cyan cyan DIR <SAME> <SAME>
# 01;36 bright cyan base1 unimportant non-text <SAME> # 01;36 bright cyan base1 unimportant non-text <SAME>
# 37 white base2 # 37 white base2
# 01;37 bright white base3 bg in SolLight # 01;37 bright white base3 bg in SolLight
# 05;37;41 unclear in Putty dark # 05;37;41 unclear in Putty dark




Expand Down
11 changes: 6 additions & 5 deletions dircolors.ansi-light
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ TERM cygwin
TERM dtterm TERM dtterm
TERM Eterm TERM Eterm
TERM eterm-color TERM eterm-color
TERM fbterm
TERM gnome TERM gnome
TERM gnome-256color TERM gnome-256color
TERM jfbterm TERM jfbterm
Expand Down Expand Up @@ -106,7 +107,7 @@ EIGHTBIT 1
# Below are the color init strings for the basic file types. A color init # Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes: # string consists of one or more of the following numeric codes:
# #
# Attribute codes: # Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes: # Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Expand All @@ -119,8 +120,8 @@ EIGHTBIT 1
# ANSI Color code Solarized Notes Universal SolDark SolLight # ANSI Color code Solarized Notes Universal SolDark SolLight
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~ # ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
# 00 none NORMAL, FILE <SAME> <SAME> # 00 none NORMAL, FILE <SAME> <SAME>
# 30 black base02 # 30 black base02
# 01;30 bright black base03 bg of SolDark # 01;30 bright black base03 bg of SolDark
# 31 red red docs & mm src <SAME> <SAME> # 31 red red docs & mm src <SAME> <SAME>
# 01;31 bright red orange EXEC <SAME> <SAME> # 01;31 bright red orange EXEC <SAME> <SAME>
# 32 green green editable text <SAME> <SAME> # 32 green green editable text <SAME> <SAME>
Expand All @@ -133,8 +134,8 @@ EIGHTBIT 1
# 01;35 bright magenta violet archive/compressed <SAME> <SAME> # 01;35 bright magenta violet archive/compressed <SAME> <SAME>
# 36 cyan cyan DIR <SAME> <SAME> # 36 cyan cyan DIR <SAME> <SAME>
# 01;36 bright cyan base1 unimportant non-text <SAME> # 01;36 bright cyan base1 unimportant non-text <SAME>
# 37 white base2 # 37 white base2
# 01;37 bright white base3 bg in SolLight # 01;37 bright white base3 bg in SolLight
# 05;37;41 unclear in Putty dark # 05;37;41 unclear in Putty dark




Expand Down
11 changes: 6 additions & 5 deletions dircolors.ansi-universal
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ TERM cygwin
TERM dtterm TERM dtterm
TERM Eterm TERM Eterm
TERM eterm-color TERM eterm-color
TERM fbterm
TERM gnome TERM gnome
TERM gnome-256color TERM gnome-256color
TERM jfbterm TERM jfbterm
Expand Down Expand Up @@ -105,7 +106,7 @@ EIGHTBIT 1
# Below are the color init strings for the basic file types. A color init # Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes: # string consists of one or more of the following numeric codes:
# #
# Attribute codes: # Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes: # Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Expand All @@ -118,8 +119,8 @@ EIGHTBIT 1
# ANSI Color code Solarized Notes Universal SolDark SolLight # ANSI Color code Solarized Notes Universal SolDark SolLight
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~ # ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
# 00 none NORMAL, FILE <SAME> <SAME> # 00 none NORMAL, FILE <SAME> <SAME>
# 30 black base02 # 30 black base02
# 01;30 bright black base03 bg of SolDark # 01;30 bright black base03 bg of SolDark
# 31 red red docs & mm src <SAME> <SAME> # 31 red red docs & mm src <SAME> <SAME>
# 01;31 bright red orange EXEC <SAME> <SAME> # 01;31 bright red orange EXEC <SAME> <SAME>
# 32 green green editable text <SAME> <SAME> # 32 green green editable text <SAME> <SAME>
Expand All @@ -132,8 +133,8 @@ EIGHTBIT 1
# 01;35 bright magenta violet archive/compressed <SAME> <SAME> # 01;35 bright magenta violet archive/compressed <SAME> <SAME>
# 36 cyan cyan DIR <SAME> <SAME> # 36 cyan cyan DIR <SAME> <SAME>
# 01;36 bright cyan base1 unimportant non-text <SAME> # 01;36 bright cyan base1 unimportant non-text <SAME>
# 37 white base2 # 37 white base2
# 01;37 bright white base3 bg in SolLight # 01;37 bright white base3 bg in SolLight
# 05;37;41 unclear in Putty dark # 05;37;41 unclear in Putty dark




Expand Down

0 comments on commit 8d2155a

Please sign in to comment.