Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jhorst/croshdracula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Crosh Dracula

Dracula Theme for Crosh. Screenshot

Install

  1. Open Crosh : ctrl + alt + t
  2. Open JavaScript Console : ctrl + shift + j
  3. Copy and paste the content of crosh_dracula.js in the console window and hit enter.
term_.prefs_.set('foreground-color', "#F8F8F2");
term_.prefs_.set('background-color', "#282A36");
term_.prefs_.set('color-palette-overrides',
[ "#4D4D4D", "#FF79C6", "#E6E6E6", "#BD93F9", 
"#9AEDFE", "#FF92D0", "#BFBFBF", "#F1FA8C",
"#F4F99D", "#CAA9FA", "#FF5555", "#FF6E67",
"#50FA7B", "#8BE9FD", "#5AF78E", "#000000" ]);
  1. Restart Crosh.

Links

Dracula Theme

About

Crosh Dracula Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors