Skip to content

Commit

Permalink
Remove theme name commands (See #138)
Browse files Browse the repository at this point in the history
  • Loading branch information
chros authored and chros committed Apr 20, 2018
1 parent e7e0c02 commit bbd3507
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions ubuntu-14.04/home/chros73/.pyroscope/color_scheme16.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Color scheme for 16 ANSI colors

pyro.color_theme.name = "Default (16 ANSI colors)"

branch=pyro.extended=,"ui.color.alarm.set = \"bold white on red\""
branch=pyro.extended=,"ui.color.complete.set = \"bright green\""
branch=pyro.extended=,"ui.color.even.set = \"\""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Color scheme for 256 xterm colors - Happy Pastel (less harsh default colors)

pyro.color_theme.name = "Happy Pastel"

branch=pyro.extended=,"ui.color.alarm.set = \"bold 250 on 124\""
branch=pyro.extended=,"ui.color.complete.set = \"41\""
branch=pyro.extended=,"ui.color.even.set = \"on 234\""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Color scheme for 256 xterm colors - Solarized Blue (http://ethanschoonover.com/solarized)

pyro.color_theme.name = "Solarized Blue"

branch=pyro.extended=,"ui.color.alarm.set = \"bold 254 on 160\""
branch=pyro.extended=,"ui.color.complete.set = \"33\""
branch=pyro.extended=,"ui.color.even.set = \"on 234\""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Color scheme copy from 256 xterm colors(suit for xterm which use solarized-dark theme) - Solarized Yellow (http://ethanschoonover.com/solarized)

pyro.color_theme.name = "Solarized Yellow Mod"

branch=pyro.extended=,"ui.color.alarm.set = \"bold 254 on 160\""
branch=pyro.extended=,"ui.color.complete.set = \"136\""
branch=pyro.extended=,"ui.color.even.set = \"on 234\""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Color scheme for 256 xterm colors - Solarized Yellow (http://ethanschoonover.com/solarized)

pyro.color_theme.name = "Solarized Yellow"

branch=pyro.extended=,"ui.color.alarm.set = \"bold 254 on 160\""
branch=pyro.extended=,"ui.color.complete.set = \"136\""
branch=pyro.extended=,"ui.color.even.set = \"on 234\""
Expand Down
2 changes: 0 additions & 2 deletions ubuntu-14.04/home/chros73/.pyroscope/color_scheme256.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Color scheme for 256 xterm colors

pyro.color_theme.name = "Default (256 xterm colors)"

branch=pyro.extended=,"ui.color.alarm.set = \"bold white on red\""
branch=pyro.extended=,"ui.color.complete.set = \"41\""
branch=pyro.extended=,"ui.color.even.set = \"on 234\""
Expand Down
2 changes: 0 additions & 2 deletions ubuntu-14.04/home/chros73/.pyroscope/color_scheme8.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Color scheme for 8 ANSI colors

pyro.color_theme.name = "Default (8 ANSI colors)"

branch=pyro.extended=,"ui.color.alarm.set = \"white on red\""
branch=pyro.extended=,"ui.color.complete.set = \"white\""
branch=pyro.extended=,"ui.color.even.set = \"\""
Expand Down

0 comments on commit bbd3507

Please sign in to comment.