Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269112
b: refs/heads/master
c: 82e0af8
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 19, 2011
1 parent 2c8d989 commit 0a630d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33f62b3fc4edd46d80c4420b81dfcb267c8bdb5e
refs/heads/master: 82e0af8710ceed57a2233b9652a3878b103084d8
10 changes: 5 additions & 5 deletions trunk/tools/perf/util/ui/browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,19 +439,19 @@ static struct ui_browser__colorset {
.colorset = HE_COLORSET_TOP,
.name = "top",
.fg = "red",
.bg = "black",
.bg = "default",
},
{
.colorset = HE_COLORSET_MEDIUM,
.name = "medium",
.fg = "green",
.bg = "black",
.bg = "default",
},
{
.colorset = HE_COLORSET_NORMAL,
.name = "normal",
.fg = "brightgreen",
.bg = "black",
.fg = "default",
.bg = "default",
},
{
.colorset = HE_COLORSET_SELECTED,
Expand All @@ -463,7 +463,7 @@ static struct ui_browser__colorset {
.colorset = HE_COLORSET_CODE,
.name = "code",
.fg = "blue",
.bg = "black",
.bg = "default",
},
{
.name = NULL,
Expand Down

0 comments on commit 0a630d9

Please sign in to comment.