From c52ab0a38bfb16f69f783e6141a8e0bd0562ba7f Mon Sep 17 00:00:00 2001 From: gered Date: Fri, 28 Nov 2014 17:17:20 -0500 Subject: [PATCH] add CLion theme --- CLion/README.md | 10 + CLion/RailsCasts.icls | 1639 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1649 insertions(+) create mode 100644 CLion/README.md create mode 100644 CLion/RailsCasts.icls diff --git a/CLion/README.md b/CLion/README.md new file mode 100644 index 0000000..40d7110 --- /dev/null +++ b/CLion/README.md @@ -0,0 +1,10 @@ +You must create a `RailsCasts` theme inside CLion first. Do this in Settings > Editor > Colors & Fonts, +select any existing scheme and click "Save As" and name the new scheme `RailsCasts` + +Close CLion, then go to `~/Library/Preferences/clion10/colors` and there should be a `RailsCasts.icls` file +which can be replaced with this one. + +#### Note: + +This theme is basically just a copy of the IntelliJ theme which was imported into CLion and then the +C/C++ colors customized where needed. diff --git a/CLion/RailsCasts.icls b/CLion/RailsCasts.icls new file mode 100644 index 0000000..71c5c09 --- /dev/null +++ b/CLion/RailsCasts.icls @@ -0,0 +1,1639 @@ + + \ No newline at end of file