Skip to content

Commit

Permalink
theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Fornaeus committed Dec 20, 2009
1 parent 86b8ebc commit 663674d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@

shifty.config.apps = {
{ match = { "::irssi.*", }, tag = "1:irc", },
{ match = {"Shiretoko.*", "Vimperator.*", "uzbl" }, keys = {
awful.key({ modkey, }, "y", function () naughty.notify({ text = "funkar" }) end),
}, tag = "2:www", },
{ match = {"Shiretoko.*", "Vimperator.*", "uzbl" }, tag = "2:www" },
{ match = {"urxvt" }, tag = "3:term", },
{ match = {"term:.*" }, tag = "3:term", },
{ match = {".* - VIM" }, tag = "6:code", },
Expand Down
2 changes: 1 addition & 1 deletion theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme.fg_minimize = "#ffffff"

theme.border_width = "1"
theme.border_normal = "#000000"
theme.border_focus = "#535d6c"
theme.border_focus = "#55aaff"
theme.border_marked = "#91231c"

-- There are other variable sets
Expand Down

0 comments on commit 663674d

Please sign in to comment.