Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cithukyaw/dreamphp
A dream theme for Brackets IDE that simulates PHP coloring scheme of Dreamweaver
https://github.com/cithukyaw/dreamphp
brackets dreamweaver theme
Last synced: about 16 hours ago
JSON representation
A dream theme for Brackets IDE that simulates PHP coloring scheme of Dreamweaver
- Host: GitHub
- URL: https://github.com/cithukyaw/dreamphp
- Owner: cithukyaw
- License: mit
- Created: 2014-12-12T05:10:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T18:25:31.000Z (over 1 year ago)
- Last Synced: 2024-10-08T17:14:09.955Z (30 days ago)
- Topics: brackets, dreamweaver, theme
- Language: CSS
- Homepage:
- Size: 612 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dream PHP
A dream theme for [Brackets](http://brackets.io/) that simulates PHP coloring scheme of Dreamweaver.
# Installation
You may download and install this extension in one of three ways. Using Extension Manager to find it through the extension registry you always find the latest stable release conveniently within Brackets.
### Install using Extension Manager
- Open the the **Extension Manager** from the **File** menu.
- Click the **Themes** tab.
- Find "Dream PHP" in list of extensions (use the search field to filter the list).
- Click **Install**.### Install from URL
- Open the the **Extension Manager** from the **File** menu.
- Click on **Install form URL...**
- Copy and paste following URL in the text field: https://github.com/cithukyaw/DreamPHP
- Click **Install**.### Install from file system
- Download this extension using the ZIP button and unzip it.
- Copy it in Brackets' `/extensions/user` folder by selecting **Show Extension Folder** in the **Help** menu.
- Reload Brackets.# Screenshots
### PHP
![PHP Screenshot](screenshots/php.png)### HTML
![HTML Screenshot](screenshots/html.png)### CSS
![CSS Screenshot](screenshots/css.png)### JavaScript
![JavaScript Screenshot](screenshots/javascript.png)# Author
[Sithu K.](http://www.phplucidframe.com/sithu)# License
Released under the [MIT License](LICENSE).