Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New colorset for cfg #134

Merged
merged 1 commit into from
Jun 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions default-config/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ) (__ _ _ _ _
# ( __)( \/ )( \/\/ )/\/\
# ) ( \ / \ // \
# (___) \/ \/\/(_/\/\_) 2.6
# (___) \/ \/\/(_/\/\_) 3
#
#
# This is the default configuration file shipped with fvwm.
Expand Down Expand Up @@ -251,20 +251,21 @@ Style FvwmIdent WindowListSkip
# 13 - FvwmPager Active Page
# 14 - FvwmIconMan Iconified Button
###########
Colorset 0 fg #ffffff, bg #003c3c, hi, sh, Plain, NoShape
Colorset 1 fg #000000, bg #8f9f8f, hi, sh, Plain, NoShape
Colorset 2 fg #ffffff, bg #003c3c, hi, sh, Plain, NoShape
Colorset 3 fg black, bg #4d4d4d, hi #676767, sh #303030, Plain, NoShape
Colorset 4 fg black, bg #2d2d2d, hi #474747, sh #101010, Plain, NoShape
Colorset 5 fg #000000, bg #ffffff, hi, sh, Plain, NoShape
Colorset 6 fg #ffffff, bg #2d2d2d, hi, sh, Plain, NoShape
Colorset 7 fg grey30, bg #ffffff, hi, sh, Plain, NoShape
Colorset 8 fg #ffffff, bg #003c3c, hi, sh, Plain, NoShape
Colorset 10 fg #ffffff, bg #003c3c, hi #aaaaaa, sh #999999, Plain, NoShape
# Art-Deco theme (Blue)
Colorset 0 fg #ffffff, bg #2b4e5e, hi, sh, Plain, NoShape
Colorset 1 fg #000000, bg #88b2b1, hi, sh, Plain, NoShape
Colorset 2 fg #ffffff, bg #2b4e5e, hi, sh, Plain, NoShape
Colorset 3 fg black, bg #415554, hi, sh, Plain, NoShape
Colorset 4 fg black, bg #14252c, hi #24424f, sh #111f26, Plain, NoShape
Colorset 5 fg #000000, bg #cbdcca, hi, sh, Plain, NoShape
Colorset 6 fg #ffffff, bg #88b2b1, hi, sh, Plain, NoShape
Colorset 7 fg #000000, bg #ffffff, hi, sh, Plain, NoShape
Colorset 8 fg #ffffff, bg #2b4e5e, hi, sh, Plain, NoShape
Colorset 10 fg #ffffff, bg #2b4e5e, hi #aaaaaa, sh #999999, Plain, NoShape
Colorset 11 fg #ffffff, bg #1a6e99, hi #ffffff, sh #ffffff, Plain, NoShape
Colorset 12 fg #2d2d2d, bg #ffffff, hi, sh, Plain, NoShape
Colorset 13 fg #ffffff, bg #006c6c, hi, sh, Plain, NoShape
Colorset 14 fg #555555, bg #003c3c, hi #aaaaaa, sh #999999, Plain, NoShape
Colorset 14 fg #a8988f, bg #2b4e5e, hi #aaaaaa, sh #999999, Plain, NoShape

#######
# 4: Menus
Expand Down Expand Up @@ -613,8 +614,7 @@ DestroyModuleConfig FvwmIconMan:*
*FvwmIconMan: UseWinList true
*FvwmIconMan: ButtonGeometry 120x20
*FvwmIconMan: ManagerGeometry 1x1
*FvwmIconMan: Background #003c3c
*FvwmIconMan: Foreground #ffffff
*FvwmIconMan: Colorset 0
*FvwmIconMan: FocusColorset 11
*FvwmIconMan: IconColorset 14
*FvwmIconMan: FocusAndSelectColorset 12
Expand Down