tex-color
This package can insert \textcolor TeX command using keybord shortcut.
- This is the Atom package.
- You can find the code in https://github.com/takala4/tex-color
Demo

Installing
- You can install tex-color in Atom.
Setting->Install-> searchtex-color-> SelectInstall
- In another way, you can also download as local package from https://github.com/takala4/tex-color
How to use
- This Atom package
tex-coloruses TeX packagecolor. - So the package
coloris imported with\usepackage{color} - When you select text
XXXthat is wanted to make in red and typectrl+alt+R,\textcolorcommand is inserted as follows
\textcolor{red}{
XXX
}
Future
- Multiple colors are can be selected.