<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>カスタムテーマ | hgrs&#039;s Blog</title>
	<atom:link href="/archives/tag/%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0%E3%83%86%E3%83%BC%E3%83%9E/feed" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>文字好きエンジニアの技術メモ</description>
	<lastBuildDate>Sat, 19 Jun 2021 09:55:34 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>

<image>
	<url>/wp-content/uploads/2019/05/cropped-port_512-32x32.png</url>
	<title>カスタムテーマ | hgrs&#039;s Blog</title>
	<link>/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Sublime Textのモダンでダークなテーマを作った</title>
		<link>/archives/315.html</link>
					<comments>/archives/315.html#respond</comments>
		
		<dc:creator><![CDATA[hgrs]]></dc:creator>
		<pubDate>Tue, 30 Jul 2019 18:17:20 +0000</pubDate>
				<category><![CDATA[エンジニアの日記]]></category>
		<category><![CDATA[エディタ]]></category>
		<category><![CDATA[カスタムテーマ]]></category>
		<guid isPermaLink="false">/?p=315</guid>

					<description><![CDATA[はじめに 僕はSublime Textが好きで使っているのですが、パッケージこそ色々入れているものの...]]></description>
										<content:encoded><![CDATA[<h2>はじめに</h2>
<p>僕は<a href="/20190514124922">Sublime Textが好き</a>で使っているのですが、パッケージこそ色々入れているものの、デザインはいじっていませんでした。デフォルトの色使いちょっとダサいですよね…</p>
<p>そこで今回は、モダンでダークなテーマとカラースキームを作ったので、その紹介です。</p>
<h2>概要</h2>
<h3>デザイン</h3>
<p>こんな感じの仕上がりです。</p>
<p><img decoding="async" src="/wp-content/uploads/2019/07/dark.png" alt="Sublime Text" /></p>
<h3>配布</h3>
<p><a href="https://github.com/higurashi-takuto/sublime-dark-theme">こちらのリポジトリ</a>にあります。</p>
<p>macOSであれば、コマンドラインから</p>
<pre><code class="language-bash">git clone https://github.com/higurashi-takuto/sublime-dark-theme.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/sublime-dark-theme</code></pre>
<p>でインストールができます。</p>
<p>あとは</p>
<ul>
<li><code>Sublime Texr &gt; Preferences &gt; Color Scheme...</code> から <code>MonokaiDark</code></li>
</ul>
<p><strong>現在、最新の Sublime Text でアイコンが正常に表示されないので、 Theme は標準の <code>Adaptive.sublime-theme</code> の使用をおすすめします</strong></p>
<ul>
<li><code>Sublime Texr &gt; Preferences &gt; Theme...</code> から <code>AdaptiveDark.sublime-theme</code></li>
</ul>
<p>を選択してください。</p>
<h2>カラースキーム</h2>
<p>カラースキームはエディタのテキストを打ち込める領域の設定です。例えばシンタックスハイライトなどなど。</p>
<p>Sublime TextデフォルトのMonokaiをベースとして、よりダークになるように調整をかけています。シンタックスハイライトに使われる色は変更していませんが、背景色や選択部分の色などを変更しています。</p>
<h2>テーマ</h2>
<p>テーマはサイドバーやタブなど周りのデザインを指定できます。</p>
<p>こちらはSublime Textに入っているAdaptiveというテーマをベースに、よりモダン、よりダークに変更しています。かなり大部分を変更しているので、一気に印象が変わると思います。</p>
<h2>おわりに</h2>
<p>モダンでダークなオシャレに進化したSublime Textをこれから愛用していこうと思います。</p>
]]></content:encoded>
					
					<wfw:commentRss>/archives/315.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPressに入れたプラグインの紹介</title>
		<link>/archives/53.html</link>
					<comments>/archives/53.html#respond</comments>
		
		<dc:creator><![CDATA[hgrs]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 15:39:20 +0000</pubDate>
				<category><![CDATA[技術メモ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[カスタムテーマ]]></category>
		<category><![CDATA[プラグイン]]></category>
		<guid isPermaLink="false">/?p=53</guid>

					<description><![CDATA[はじめに WordPressを使い始めたばかりなので、手探りですが、自分なりに良さそうなプラグインを...]]></description>
										<content:encoded><![CDATA[<h2>はじめに</h2>
<p>WordPressを使い始めたばかりなので、手探りですが、自分なりに良さそうなプラグインを入れたので、紹介していきたいと思います。</p>
<h2>プラグイン一覧</h2>
<h3><a href="https://ja.wordpress.org/plugins/really-simple-ssl/">Really Simple SSL</a></h3>
<p>常時SSL化するためのプラグインです。<code>http</code>なんて忘れて、<code>https</code>にしましょう。</p>
<p>プラグイン自体は特に設定などもなく、有効化し使用すると常時SSL化できます。シンプルでいいですね。</p>
<h3><a href="https://ja.wordpress.org/plugins/wp-githuber-md/">WP Githuber MD</a></h3>
<p>記事をMarkdownで書くためのプラグインです。こちらは個別で記事を書いたので、詳細は<a href="/20190429230413">こちら</a>を。</p>
<p>1番入れてよかったと思ってるプラグインです。</p>
<h3><a href="https://ja.wordpress.org/plugins/wp-user-avatar/">WP User Avatar</a></h3>
<p>ユーザアイコンを設定するためのプラグインです。特にこれにした理由はありませんが、検索の上の方に出てきたので使いました。別に困ってません。</p>
<h3><a href="https://ja.wordpress.org/plugins/all-in-one-seo-pack/">All In One SEO Pack</a></h3>
<p>SEO対策のためのプラグインです。僕の使ってるテーマはOGPをいい感じに設定してくれなかったり、Googleアナリティクスを使いたかったりしたので、入れました。</p>
<h3><a href="https://ja.wordpress.org/plugins/pryc-wp-add-custom-content-to-bottom-of-post/">PRyC WP: Add custom content to post and page (top/bottom)</a></h3>
<p>記事の上下に定型文（HTML, Javascript）を埋め込むことができるプラグインです。僕の使っているテーマは良い感じに記事のページでアイキャッチが表示されないので、こちらを使い無理やり実装しました。</p>
<h3><a href="https://ja.wordpress.org/plugins/wordpress-popular-posts/">WordPress Popular Posts</a></h3>
<p>サイドバーに「人気記事」を追加したかったのでこのプラグインを導入しました。人気の集計はプラグインを導入後から計測されるので注意です。</p>
<h3><a href="https://ja.wordpress.org/plugins/q2w3-fixed-widget/">Q2W3 Fixed Widget for WordPress</a></h3>
<p>サイドバーを固定したかったのでこれを入れました。PCの人はわかると思いますが、サイドバーが一定のところでスクロールをやめてくれます。</p>
<h3><a href="https://ja.wordpress.org/plugins/header-footer/">Head, Footer and Post Injections</a></h3>
<p>HTMLの<code>&lt;head&gt;&lt;/head&gt;</code>に要素を書き加えられます。また<code>&lt;body&gt;&lt;/body&gt;</code>の直後/直前にもコードを書き加えられますがその機能は使ってません。</p>
<h2>【番外編】カスタムテーマ: <a href="https://ja.wordpress.org/themes/nishiki/">Nishiki</a></h2>
<p>プラグインではないですが、使用しているカスタムテーマです。正直あまり気に入ってはいませんが、しっくりくるものを見つける/作るまではこれを使っていこうと思います。</p>
<h2>おわりに</h2>
<p>なんかオススメのプラグイン/テーマがあったら教えてください。</p>
]]></content:encoded>
					
					<wfw:commentRss>/archives/53.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
