https://github.com/1beb/ui-too-small
Brackets extension that increases font size globally for those of us working on high DPI screens.
https://github.com/1beb/ui-too-small
Last synced: over 1 year ago
JSON representation
Brackets extension that increases font size globally for those of us working on high DPI screens.
- Host: GitHub
- URL: https://github.com/1beb/ui-too-small
- Owner: 1beb
- License: mit
- Created: 2015-05-13T08:21:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T20:02:15.000Z (over 3 years ago)
- Last Synced: 2025-03-18T00:37:48.421Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 24
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# UI Too Small
Simple plugin to increase the size of the text in brackets for those of us using high def on linux.
## Configuration
You can make your own adjustments by editing main.js in your user extension folder.
In Brackets, click: Help > Show Extensions Folder > Navigate to user > Navigate to ui too small > open main.js, review css and edit as you need to. Save and push F5 to reload the brackets window to test your adjustments.
You can edit to your hearts content. We recommend changing the folder name so you avoid having your changes overwritten with future updates to the extension.
## News
* 2015-05-19 - updated with lineheight fix courtesy of [Paul Wellner Bou](http://paul.wellnerbou.de/) ([github](https://github.com/paulwellnerbou))
* 2015-05-15 - updated with !importance to fix working files, also added lineheight directive for a bit more space.