atom-term
atom-term copied to clipboard
How to change the font and font size?
I'm using mac OS X mavericks. There's no configurations for font and font size. How do I configure them? thanks
@tjmehta. IMHO it will be very good to get this in a configuration, just for now. What do you think? When I get some time, maybe I open a PR to it.
Sounds like a good idea! Would love a PR, will look into it when I get some free time— Typed using my thumbs..
On Wed, May 7, 2014 at 1:34 PM, Kelvin Raffael Stinghen [email protected] wrote:
@tjmehta. IMHO it will be very good to get this in a configuration, just for now. What do you think? When I get some time, maybe I open a PR to it.
Reply to this email directly or view it on GitHub: https://github.com/tjmehta/atom-term/issues/8#issuecomment-42479577
I want this too. For now, maybe fork the repo and modify some code somewhere? Point us in the right direction? EDIT: Ahh, https://github.com/tjmehta/atom-term/blob/master/stylesheets/term.less.
FYI, here's an example that I found in term.js
that was a good baseline for tweaking my term.less
file:
.terminal {
float: left;
border: #000 solid 5px;
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
font-size: 11px;
color: #f0f0f0;
background: #000;
}
.terminal-cursor {
color: #000;
background: #f0f0f0;
}
Thanks for the information. I have now tweaked the fonts and font size to my liking.
I am open to PRs and adding contributors.
I unfortunately am not currently using atom
actively.
—@tjmehta Typed using my thumbs..
On Tue, Aug 18, 2015 at 8:32 AM, Mark Tyers [email protected] wrote:
Thanks for the information. I have now tweaked the fonts and font size to my liking.
Reply to this email directly or view it on GitHub: https://github.com/tjmehta/atom-term/issues/8#issuecomment-132193293