
You can even get modern themes like dracula online. You can also get a nice Solarized theme that comes with Gedit: Gedit Solarized Theme When you edit code it’s very helpful to have syntax highlighting as it will help you spot errors and differentiate parts of the code. You can open up an html file and get some nice syntax highlighting “out of the box”. When you open up Gedit it looks fairly plain: Default Gedit Syntax Highlighting and Themes If you’re installing it on Mac or Windows you can easily follow the installation instructions here.
Gedit syntax highlighting install#
To Install Gedit on Debian Linux (which you can enable on a Chromebook) simply type the following into the command line: sudo apt install gedit -y You can install Gedit on Linux, MacOs, and Windows. Anyways, Gedit can be set up to be quite a powerful web development IDE! Read on to learn more. There are a ton of writers out there who love to talk about the power of their editors. Gedit gets a lot of Internet hate nowadays, with the general consensus that it’s a “great text editor for beginners but not nearly as powerful as VIM or Emacs”. It’s the default text editor for the Gnome desktop, a free and open source desktop for Linux.


Gedit has been around since 1999, not quite as long as VIM or Emacs, but it still has lasted quite long for a text editor. While you may be wondering whether you should choose VIM or Emacs, click here for that, you might also consider another long lasting text editor in the Linux family, Gedit.
