<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]sublime text3主题安装及下载使用方法,包括显示空格。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Mon, 12 Sep 2016 13:46:58 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：一直想为sublime找一个好点的主题，一个是背景字体好看、二是简单、三是上面tab在哪儿要明显，这三个点在下面这个兄弟的博客里得到了体现，不错。<br/>问题？sublime text3主题安装及下载使用方法<br/><br/>安装方法：首先下载https://github.com/kenwheeler/brogrammer-theme/archive/master.zip。解压后将文件夹改名成Theme - Brogrammer。然后打开sublime text3，找到里面的首选项-&gt;浏览程序包（Preferences -&gt; Browse Packages），将改名后的文件夹copy到弹出的文件夹中，然后首选项-&gt;设置用户（Preferences -&gt; setting uer），将下列代码拷进去：<br/><br/>&#123;<br/>&nbsp;&nbsp;&quot;theme&quot;: &quot;Brogrammer.sublime-theme&quot;,<br/>&nbsp;&nbsp;&quot;color_scheme&quot;: &quot;Packages/Theme - Brogrammer/brogrammer.tmTheme&quot;<br/>&#125;<br/>如果不成功，则改成：<br/>&#123;<br/>&nbsp;&nbsp;&quot;color_scheme&quot;: &quot;Packages/User/SublimeLinter/brogrammer (SL).tmTheme&quot;,<br/>&nbsp;&nbsp;&quot;font_size&quot;: 14,<br/>&nbsp;&nbsp;&quot;ignored_packages&quot;:<br/>&nbsp;&nbsp;[<br/>&nbsp;&nbsp;&nbsp;&nbsp;&quot;Vintage&quot;<br/>&nbsp;&nbsp;],<br/>&nbsp;&nbsp;&quot;show_encoding&quot;: true,<br/>&nbsp;&nbsp;&quot;theme&quot;: &quot;Brogrammer.sublime-theme&quot;<br/>&#125;<br/><br/>文档下载：点击打开链接<br/>来自：http://blog.csdn.net/mr_li13/article/details/50821812<br/><br/>推荐一个sublime text3 的主题 material-theme，超级漂亮:<br/>https://tennc.github.io/2016/03/26/%E8%B6%85%E7%BA%A7%E6%BC%82%E4%BA%AE%E7%9A%84%E4%B8%BB%E9%A2%98/<br/>废话不多说，安装方式：<br/>ctrl+shift+p 搜索 material theme 进行安装<br/><textarea name="code" class="php" rows="15" cols="100">
&#123;
&nbsp;&nbsp;&quot;always_show_minimap_viewport&quot;: true,
&nbsp;&nbsp;&quot;bold_folder_labels&quot;: true,
&nbsp;&nbsp;&quot;color_scheme&quot;: &quot;Packages/User/SublimeLinter/Monokai (SL).tmTheme&quot;,
&nbsp;&nbsp;&quot;default_line_ending&quot;: &quot;unix&quot;,
&nbsp;&nbsp;&quot;font_options&quot;:
&nbsp;&nbsp;[
&nbsp;&nbsp;&nbsp;&nbsp;&quot;gray_antialias&quot;
&nbsp;&nbsp;],
&nbsp;&nbsp;&quot;font_size&quot;: 13,
&nbsp;&nbsp;&quot;ignored_packages&quot;:
&nbsp;&nbsp;[
&nbsp;&nbsp;&nbsp;&nbsp;&quot;SublimeLinter&quot;,
&nbsp;&nbsp;&nbsp;&nbsp;&quot;Vintage&quot;
&nbsp;&nbsp;],
&nbsp;&nbsp;&quot;draw_white_space&quot;:&quot;all&quot;,
&nbsp;&nbsp;&quot;indent_guide_options&quot;:
&nbsp;&nbsp;[
&nbsp;&nbsp;&nbsp;&nbsp;&quot;draw_normal&quot;,
&nbsp;&nbsp;&nbsp;&nbsp;&quot;draw_active&quot;
&nbsp;&nbsp;],
&nbsp;&nbsp;&quot;line_padding_bottom&quot;: 3,
&nbsp;&nbsp;&quot;line_padding_top&quot;: 3,
&nbsp;&nbsp;&quot;overlay_scroll_bars&quot;: &quot;enabled&quot;,
&nbsp;&nbsp;&quot;show_encoding&quot;: true,
&nbsp;&nbsp;&quot;theme&quot;: &quot;Default.sublime-theme&quot;
&#125;

</textarea><br/><br/>github下载主题后，复制到 Packages&#92;User&#92; 目录下<br/>之后就是启用那个主题，重新启动sublime text就好了~~<br/>不知道谁还用sublime text3，在win10 64bit 情况下~ sublime text3 输入中文，不能跟随，谁晓得如何处理？？<br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]sublime text3主题安装及下载使用方法,包括显示空格。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>