Theme - DC
Dark interface theme for SublimeText
Details
Installs
- Total 16K
- Win 11K
- Mac 2K
- Linux 3K
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Theme - DC
Dark and Cyan (DC) theme for Sublime Text 2/3.
Project site - github.com/dubeg/theme-dc
Table of Contents
Screenshots
Default theme
DC_3
Alternate widget colors
DC_3
DC_3_GW
DC_3_DD
DC_3_LW
Alternate folder icons
Alternate group icons
Alternate search icons
Installation
Using Sublime Package Control
Using Will Bond's Sublime Package Control,
- Open the Command Palette
Tools -> Command Palette...
. - Type
Package Control: Install Package
. - Search for
Theme - DC
in the packages list.
Download Manually
- Download the files using the GitHub .zip download option
- Unzip the files and rename the folder to
Theme - DC
- Find your
Packages
directory using the menu itemPreferences -> Browse Packages...
- Copy the folder into your Sublime Text
Packages
directory
Activation
To configure Sublime Text to use the theme, follow the instructions below.
- Open your User Settings Preferences file
Sublime Text -> Preferences -> Settings - User
. - Add (or update) your theme entry according to your version of Sublime text.
ST3
"theme": "DC_3.sublime-theme"
// OR
// for different widget colors,
// you can try the following..
"theme": "DC_3_LW.sublime-theme"
"theme": "DC_3_GW.sublime-theme"
"theme": "DC_3_DD.sublime-theme"
ST2
"theme": "DC_2.sublime-theme"
Configuration
You can use the settings below to customize the theme to your liking.
Example User Settings
"dc_hide_btn_close_tab" : true,
"dc_always_show_minimap_viewport" : true,
"dc_autohide_scrollbar" : true,
"dc_bold_folder_labels" : true,
"dc_mouse_wheel_switches_tabs" : true,
"dc_highlight_active_sidebar_row" : true,
"dc_hide_file_icons" : true,
"dc_hide_folders" : true,
"dc_hide_group_icons" : true,
"dc_hide_scrollbars" : true,
"dc_use_soda_search_icons" : true,
//"dc_use_white_puck" : true, // Removed in v1.3.0
"dc_use_folder_icon1" : true, // Default
"dc_use_folder_icon2" : true,
"dc_use_folder_icon3" : true,
"dc_use_folder_icon4" : true,
"dc_use_group_icon1" : true, // Default
"dc_use_group_icon2" : true,
"dc_use_group_icon3" : true,
"dc_use_group_icon4" : true,
//-------------------------------
// New with v1.2.7
//-------------------------------
"dc_use_darker_tab_colors": true, // Removed in v1.3.0
"dc_use_sidebar_active_row_style1": true, // Default
"dc_use_sidebar_active_row_style2": true,
"dc_use_sidebar_active_row_style3": true,
//-------------------------------
// New with v1.2.9
//-------------------------------
"dc_use_dark_tab_style0" : true, // Default
"dc_use_dark_tab_style1" : true,
"dc_use_dark_tab_style2" : true,
"dc_use_dark_tab_style3" : true,
"dc_use_dark_tab_style4" : true,
"dc_use_small_tabs": true
Resolution Support
Unfortunately, I've been too lazy to test the DC Theme on high DPI displays. However, I'll probably add the support if requested, or when I start using devices with such displays.
Bonus
Color Scheme
The color scheme seen in the screenshot is a modified version of Monokai, called Monokai Soda
.
It is made available by buymeasoda. Here's how to get it:
- Download colour-schemes.zip
- Unzip and place the extracted
tmtheme
files in the Sublime TextPackages/User
folder - Enable the colour scheme via
Preferences -> Color Scheme -> User
Filetype icons
The file icons seen in the screenshot are assets collected from the Seti_ST3 repository.
I modified and added a few of my own as well.
Similar themes
Credits
Based on Soda Theme by Ian Hill (buymeasoda.com), and inspired by many others.
Some assets used in this theme are from (or modified from):
- the Soda theme project (search icons and a few others)
- the Numix project (alternate folder icons)
- Visual Studio 2013 (alternate folder icons, and a few filetype icons)
- the Seti_UI project (most of the filetype icons)
License
DC Theme is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are free to share and remix the theme, however please abide by the license terms when doing so.
The following details apply to the Creative Commons license “author specified” components:
Attribution example: Based on DC Theme.
Naming guidelines: If you create and distribute a derivative theme, please give your theme a unique and original name that does not directly include “DC Theme” (or a close variant) in the main project title, repo name or Package Control name.