sky-theme: Initial import and integration

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Andrei 'Garoth' Thorp 2008-11-09 23:58:20 -08:00 committed by Julien Danjou
parent bb05a3809a
commit 9d04111a75
18 changed files with 56 additions and 1 deletions

View File

@ -183,6 +183,7 @@ add_custom_target(generated_sources
# Default theme directory
file(MAKE_DIRECTORY ${BUILD_DIR}/themes/default)
file(MAKE_DIRECTORY ${BUILD_DIR}/themes/sky)
add_dependencies(${PROJECT_AWE_NAME} generated_sources)
add_dependencies(${PROJECT_AWECLIENT_NAME} generated_sources)
# }}}

View File

@ -273,6 +273,7 @@ set(AWESOME_CONFIGURE_FILES
config.h.in
awesomerc.lua.in
themes/default/theme.in
themes/sky/theme.in
awesome-version-internal.h.in
awesome.doxygen.in)

View File

@ -3,8 +3,11 @@ require("awful")
require("beautiful")
-- {{{ Variable definitions
-- This is a file path to a theme file which will defines colors.
-- Themes define colours, icons, and wallpapers
-- The default is a dark theme
theme_path = "@AWESOME_THEMES_PATH@/default/theme"
-- Uncommment this for a lighter theme
-- theme_path = "@AWESOME_THEMES_PATH@/sky/theme"
-- This is used later as the default terminal and editor to run.
terminal = "xterm"

BIN
themes/sky/awesome-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

BIN
themes/sky/layouts/max.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
themes/sky/layouts/tile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

50
themes/sky/theme.in Normal file
View File

@ -0,0 +1,50 @@
-------------------------------
-- "Sky" awesome theme --
-- By Andrei "Garoth" Thorp --
-------------------------------
# If you want SVGs and extras, get them from garoth.com/awesome/sky-theme
# BASICS
font = sans 8
bg_focus = #e2eeea
bg_normal = #729fcf
bg_urgent = #fce94f
fg_normal = #2e3436
fg_focus = #2e3436
fg_urgent = #2e3436
border_width = 2
border_normal = #dae3e0
border_focus = #729fcf
border_marked = #eeeeec
# IMAGES
layout_dwindle = @AWESOME_THEMES_PATH@/sky/layouts/dwindle.png
layout_fairh = @AWESOME_THEMES_PATH@/sky/layouts/fairh.png
layout_fairv = @AWESOME_THEMES_PATH@/sky/layouts/fairv.png
layout_floating = @AWESOME_THEMES_PATH@/sky/layouts/floating.png
layout_magnifier = @AWESOME_THEMES_PATH@/sky/layouts/magnifier.png
layout_max = @AWESOME_THEMES_PATH@/sky/layouts/max.png
layout_fullscreen = @AWESOME_THEMES_PATH@/sky/layouts/fullscreen.png
layout_spiral = @AWESOME_THEMES_PATH@/sky/layouts/spiral.png
layout_tilebottom = @AWESOME_THEMES_PATH@/sky/layouts/tilebottom.png
layout_tileleft = @AWESOME_THEMES_PATH@/sky/layouts/tileleft.png
layout_tile = @AWESOME_THEMES_PATH@/sky/layouts/tile.png
layout_tiletop = @AWESOME_THEMES_PATH@/sky/layouts/tiletop.png
awesome_icon = @AWESOME_THEMES_PATH@/sky/awesome-icon.png
tasklist_floating_icon = @AWESOME_THEMES_PATH@/sky/layouts/floating.png
# from default for now...
menu_submenu_icon = @AWESOME_THEMES_PATH@/default/submenu.png
taglist_squares_sel = @AWESOME_THEMES_PATH@/default/taglist/squarefw.png
taglist_squares_unsel = @AWESOME_THEMES_PATH@/default/taglist/squarew.png
# MISC
wallpaper_cmd = awsetbg @AWESOME_THEMES_PATH@/sky/sky-background.png
taglist_squares = true
titlebar_close_button = true
menu_height = 15
menu_width = 100