FredPizarro / theme-light-coffee-color

Inspirate in the product coffee + sun !!..
MIT License
5 stars 2 forks source link

adjust font size #1

Open Taariqq opened 6 years ago

Taariqq commented 6 years ago

Using the Brackets View -> Themes option and changing the font does not seem to have any effect. How do I increase the font size?

FredPizarro commented 5 years ago

Search you location Brackets/extensions/user/theme-light-coffee-color/themes/theme.less under your user directory.

Depending on your platform, this folder is located here:

Windows %USERPROFILE%/AppData/Roaming/ Mac $HOME/Library/Application Support/ Linux $HOME/.config/ As this location is under your user directory, next edit font size in:


 /* Editor area **/
 .CodeMirror, .CodeMirror-scroll {
     font-size: 14px; /* Corregir el default */

 }