diff options
author | raveit65 <[email protected]> | 2016-04-09 22:08:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-09 22:10:36 +0200 |
commit | 08f85f255e782407582153907a8ca81666bc8a89 (patch) | |
tree | d3b33b6b90129ce6c636b49bd1cf192a66419380 /desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm | |
parent | 76eb0b1112238d06ea95a0d4efe755de11befe02 (diff) | |
download | mate-themes-08f85f255e782407582153907a8ca81666bc8a89.tar.bz2 mate-themes-08f85f255e782407582153907a8ca81666bc8a89.tar.xz |
Revert "rename dir ContrastHighInverse to HighContrastInverse"
This reverts commit 406802bc6f8939415ffc51a429aab948ce216571.
The name change prevent us to do any change in our theme,
it seems that gtk+ version will always be prefered if we use the same name.
Diffstat (limited to 'desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm')
-rw-r--r-- | desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm b/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm deleted file mode 100644 index 00b8f23a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * stock_commandline_browser_xpm[] = { -"24 24 8 1", -" c None", -". c #000000", -"+ c #616161", -"@ c #B7B7B7", -"# c #ECECEC", -"$ c #303030", -"% c #C9C9C9", -"& c #FFFFFF", -" ", -" ", -" ", -" ", -" ..... ", -" ......... ", -" ...+@#@+... ", -" ..$%&&&&&%$.. ", -" ..%&&&&&&&%.. ", -" ..+&&&&&&&&&+.. ", -" ..@&&&&&&&&&@.. ", -" ..#&&&&&&&&&#.. ", -" ..@&&&&&&&&&@.. ", -" ..+&&&&&&&&&+.. ", -" ..%&&&&&&&%.. ", -" ..$%&&&&&%$.. ", -" ...+@#@+... ", -" ......... ", -" ..... ", -" ", -" ", -" ", -" ", -" "}; |