이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Super Thorough Admin Color Scheme

설명

Works out of the box (no coding required) to create a warm pink & neutral admin color scheme.

Based on the work by meabhisek in the Romance Color Scheme, but extended to cover more of the wp-admin including media upload, focus colors, button colors and text shadows, etc.

Developers: You can use this as a base to create your own color scheme. The plugin will look for a file called admin-color.css in the root of your theme or child theme, and comes with admin-color.scss for you to edit and compile your own.
This plugin will look for admin-color.css in the root of your theme or child theme, and override the styles used in the plugin itself. It will be a complete override, so you’ll need to move the entire file over, otherwise styles will be missing. This is a developer tool, not an options interface. You’ll need to be comfortable writing CSS and/or Sass and adding files to your theme directory.

CSS:
In the Resources folder of the plugin, copy admin-color.css to the root of your theme or child theme, and edit colors as you like.

SCSS:
I’ve provided a Sass file with the necessary variables to make it easier to rapidly create new color schemes. It comes with a relative URL (based on the theme root) to import the other Sass files (mixins and styles) from the plugin itself. Grab that file from the Resources folder and use it to generate your own admin-color.css quickly.

스크린샷

  • This is how your admin will look as soon as you activate it and select the color scheme from your user profile. No code required!
  • This is an example of using admin-color.scss to create a dark color scheme via theme override (the demo css file is included in your resources folder as an example, but additional color schemes are a developer tool, NOT an options interface)

설치

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Once Super Thorough Admin Color Scheme is installed, activate it via the Plugin page.
  3. Under Users > Your Profile, select Super Thorough in the Admin Color Scheme section and Save.

후기

2016년 9월 3일
I've tried close to 100 color combinations using plugins that "theme" the admin area. So far this is my favorite to use on WP installs and I love it. I've even gone so far as to adapt the CSS of other plugins to match the color of this theme. Just so everything looks the same.
2016년 9월 3일
This is an amazing plugin that's very simple to use. You just install it! Bam. How simple is that. Why should you make your admin dashboard pink? It helps you find links that you didn't know exist. Think about that for a minute.
2016년 9월 3일
For some pink schemes, people can go overboard. This one is just right with just the right shade of darker pink. The black and grey areas have all been toned down to be restful on the eyes as well.
모든 4 평가 읽기

기여자 & 개발자

“Super Thorough Admin Color Scheme”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Super Thorough Admin Color Scheme”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2

  • Added “positive” and “notification” colors
  • Added body icon color
  • Updated CSS to cover new/revised admin elements
  • Updated examples

1.1.2

  • More style coverage for widget and menu editors
  • Tweaked color balance between different elements
  • Reorganize sass files to be somewhat more cohesive
  • Update dark theme example

1.1.1

  • More style coverage for media library, media modals, media editor, plugins page, and error color
  • Add dark theme example in the resources folder

1.1

  • Add theme override for custom css with admin-color.css and admin-color.scss!
  • Targeted additional classes in the admin body so you can create “dark” color schemes

1.0.1

  • Update the hover appearance to behave more like core color schemes
  • Target a few more elements that weren’t addressed before

1.0

  • Original version! Yay!