Dracula Theme for Crosh. Screenshot
- Open Crosh : ctrl + alt + t
- Open JavaScript Console : ctrl + shift + j
- 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" ]);- Restart Crosh.