Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dreamweaver CC 2017 Pastel Light Theme

Explorer ,
Mar 14, 2017 Mar 14, 2017

hi. because i like bright code colors and the new dreamweaver cc 2017 default light theme is poor (for my opinion), i created theme based on dreamweaver cc 2015 light theme with little pastel colors.

because dreamweaver cc 2017 use a different way of code coloring, is not possible created theme which is fully same as dreamweaver cc 2015. only very similar. not all languages are modified.

- close dreamweaver (if is open)

- download theme file

- unpack and copy content (folder DW 2015 Pastel Light) to C:\Users\%username%\AppData\Roaming\Adobe\Dreamweaver CC 2017\en_US\Configuration\Brackets\extensions\user

- start dreamweaver

- go to Edit > Preferences (CTRL + U) > Interface

- set App Theme to white (last option)

- set Code Theme to Dreamweaver 2015 Pastel Light

- click Apply and enjoy!

dw2017_pastel2015_php.jpgdw2017_pastel2015_js.jpgdw2017_pastel2015_css.jpg

(used font: Fira Mono)

soft blinking cursor.

open main.less file and find line with selector .CodeMirror-cursor. then copy and replace with:

.CodeMirror-cursor

{

  visibility: visible;

  border-left: 1px solid #555 !important;

  animation: blinker 960ms linear infinite;

}

@keyframes blinker

{

  50% { opacity: 0; }

}

if you like it, I'll be happy

thank!

862
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation