Add default colors to configuration file
This commit is contained in:
parent
9dfd488dda
commit
bcb6a18e0f
23
awesomerc.in
23
awesomerc.in
|
@ -1,5 +1,28 @@
|
|||
screen 0
|
||||
{
|
||||
general
|
||||
{
|
||||
colors
|
||||
{
|
||||
normal
|
||||
{
|
||||
fg = "#eeeeee"
|
||||
bg = "#111111"
|
||||
border = "#6666ff"
|
||||
}
|
||||
focus
|
||||
{
|
||||
fg = "#ffffff"
|
||||
bg = "#6666ff"
|
||||
border = "#6666ff"
|
||||
}
|
||||
urgent
|
||||
{
|
||||
fg = "#ffffff"
|
||||
bg = "#ff0000"
|
||||
}
|
||||
}
|
||||
}
|
||||
tags
|
||||
{
|
||||
tag one { }
|
||||
|
|
Loading…
Reference in New Issue