dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e93757685bf88b5d99495c4e2234d841f8732c59
parent f88a12144d181f7574626ba09b9b5df9df7443ae
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 18 Feb 2015 10:52:52 +0100

tweak colors of focused(inactive), add firefox color profile

Diffstat:
M.i3/config | 2+-
AuserChrome.css | 145+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 146 insertions(+), 1 deletion(-)

diff --git a/.i3/config b/.i3/config @@ -67,7 +67,7 @@ new_window 1pixel # solarized black # color class border backgr. text indicator client.focused #232323 #6a6a6a #fdf6e3 #268bd2 -client.focused_inactive #6a6a6a #2d2d2d #839496 #073642 +client.focused_inactive #3d3d3d #3d3d3d #839496 #073642 client.unfocused #232323 #232323 #839496 #073642 client.urgent #002b36 #dc322f #fdf6e3 #002b36 diff --git a/userChrome.css b/userChrome.css @@ -0,0 +1,145 @@ +/* AGENT_SHEET */ +@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); +#appcontent, +#appcontent > #content, +#appcontent > #content > tabbox > tabpanels { +background: #181818 !important; +} + + +tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * { +-moz-appearance: none !important; +border-radius: 0px !important; +border: none !important; +border-bottom: none !important; +background-image: none !important; +margin-top: 0px !important; +margin-bottom: 0px !important; +max-height: 18px !important; +min-height: 18px !important; +} + +tabs#tabbrowser-tabs { +background: #181818 !important; +font-weight: normal !important; +text-align: center !important; +padding-top: 0px !important; +margin-left: 0px !important; +padding-top: 0px !important; +border-bottom: 0px !important; +} + +.tabbrowser-tab { +color: #839496 !important; +background: #2d2d2d !important; +margin-left: 0px !important; +border-bottom: 0px !important; +} + +.tabbrowser-tab[selected=true] { +/*color: #232323 !important;*/ +color: #ffffff !important; +background: #6a6a6a !important; /*#202020*/ +border-bottom: 0px !important; +box-shadow: none !important; +} + +.tabbrowser-tab .tab-text { +margin-left: 3px !important; +margin-right: 3px !important; +margin-top: 2px !important; +padding-top: 2px !important; +/*font-family: "terminus" !important; +font-size: 11px !important;*/ +font-family: "PragmataPro" !important; +font-size: 10px !important; +} + +.tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] { +min-width: 30px !important; +max-width: 100% !important; +} + +/* HIDE */ +toolbarbutton#appmenu-toolbar-button, +toolbarbutton#alltabs-button, +toolbarbutton#new-tab-button, +#urlbar dropmarker, +#identity-box, +.tabbrowser-arrowscrollbox > .scrollbutton-up, +.tabbrowser-arrowscrollbox > .scrollbutton-down, +.tabs-closebutton-box, +.tabs-border-bottom, +.tab-throbber, +.tabs-newtab-button, +.tab-throbber[progress], +.tabbrowser-tab:not([pinned]) .tab-icon-image, +#liberator-separator, +#sidebar-search-container, +#nav-bar, +.notificationbox-stack, +.tab-background-start, +.tab-background-end { +display: none !important; +} + +#TabsToolbar::after { display: none !important; } +#navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; } +.tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; } + +.tabbrowser-tab * { +background: url(none) !important; list-style-image: none !important; +margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important; +} + +#TabsToolbar, #tabbrowser-tabs { +-moz-appearance: none !important; +margin-left: -15px !important; margin-right: -8px !important; +} + +/* vimperator */ +/* AGENT_SHEET */ +#liberator-statusline { +min-height: 13px !important; +max-height: 13px !important; +} + +/* scrollbar */ +scrollbar { +-moz-appearance: none !important; +position: relative; +background: none transparent; +z-index: 2147483647; +padding: 0px 0px 0px 0px!important; +} + +scrollbar[orient="vertical"] { +-moz-margin-start: -3px; +min-width: 3px; +max-width: 3px; +padding: 0px 0px 0px 0px!important; +} + +scrollbar[orient="horizontal"] { +margin-top: -3px; +min-height: 3px; +max-height: 3px; +} + +scrollbar thumb { +-moz-appearance: none !important; +border: none !important; +border-radius: 0 !important; +background: #3C3748!important; +} + +scrollbar[orient="vertical"] thumb{ +min-height: 100px!important; +} + +scrollbar[orient="horizontal"] thumb{ +min-width: 100px!important; +} +scrollbar scrollbarbutton{ +visibility: collapse!important; +}