Difference between revisions of "IT-OS-Config-Themes"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Source)
Line 1: Line 1:
 
=Source=
 
=Source=
https://docs.openstack.org/devstack/latest/_static/css/native.css
+
* https://wiki.gnome.org/Attic/GnomeArt/Tutorials/MetacityThemes
 +
* https://docs.openstack.org/devstack/latest/_static/css/native.css
  
 
* background-color: #333
 
* background-color: #333
Line 12: Line 13:
 
* https://github.com/horst3180/Arc-theme
 
* https://github.com/horst3180/Arc-theme
 
* http://www.ubuntubuzz.com/2019/03/ubuntus-yaru-theme-on-fedora.html
 
* http://www.ubuntubuzz.com/2019/03/ubuntus-yaru-theme-on-fedora.html
 +
 
=Icons=
 
=Icons=
 
Inherits=Moka,Adwaita,gnome,hicolor
 
Inherits=Moka,Adwaita,gnome,hicolor

Revision as of 13:55, 22 May 2020

Source

  • background-color: #333
  • background-color: #f5f5f5

Icons

Inherits=Moka,Adwaita,gnome,hicolor

Theme

pre {
background-color: #333;
border: 1px solid #ccc;
border-radius: 4px;
color: #fff;
display: block;
font-size: 13px;
line-height: 1.4;
margin: 0 0 10px;
margin: 0 0 10px;
overflow: auto;
padding: 20px 30px;
padding: 9.5px;
word-break: break-all;
word-wrap: break-word;
}