jeremyramin / terminal-plus

A terminal package for Atom, complete with themes and more.
https://atom.io/packages/terminal-plus
MIT License
481 stars 255 forks source link

New themes #548

Open Tizoner opened 5 years ago

Tizoner commented 5 years ago

It's not issue at all, i just want to offer 3 new nice themes, by showing their css style in folder "themes":

-Cosmos:

.Cosmos { color: white; background-image: url(https://wallpapersite.com/images/wallpapers/stars-1600x900-4k-6347.jpg); background-repeat: no-repeat; background-size: cover; ::selection { background-color: white; } .terminal-cursor { background-color: white; width: 1px; } }

-Animated:

.Animated { color: white; background-image: url(https://vignette.wikia.nocookie.net/dima081/images/1/19/%D0%93%D0%B8%D1%84%D0%BA%D0%B0-%D1%84%D0%BE%D0%BD-%D1%81%D0%B0%D1%83%D1%80%D0%B0.gif/revision/latest?cb=20170521072325&path-prefix=ru); background-repeat: no-repeat; background-size: cover; ::selection { background-color: white; } .terminal-cursor { background-color: white; width: 1px; } }

-Transparent: .Transparent { background-color: transparent; color: white; ::selection { background-color: white; } .terminal-cursor { background-color: white; width: 1px; } }

Tizoner commented 5 years ago

Also i recommend you to add to your project "seti" theme