Skip to content

tbjgolden/CroshCustomFonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CroshCustomFonts

Use CSS to style your Crosh (Chrome OS Shell) terminal


Styling your Chrome OS Crosh shell is actually really easy.

  1. Create a custom CSS theme using the example script here as an example.
  2. Host it online, perhaps on Github pages? ;) (It didn't seem to work when hosted locally with a file:/// prefix ¯\(ツ)/¯)
  3. Get Crosh if you haven't already [Chrome Store]
  4. Open up the Crosh options by pressing the search key, finding this icon and pressing Options.
  5. Paste the link of the css file into the bottom box that says 'user-css'. It will now load that file locally so you do not need to keep hosting the css file, or have an internet connection at all.

Done. :D

Recommended things to try:

letter-spacing: -0.5px; // or any other size
text-shadow: 0.5px 0.5px 0 rgb(84, 84, 84);

Have fun :)

About

Use CSS to style your Crosh terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages