summaryrefslogtreecommitdiff
path: root/themes/portions.css
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
commit2df715e74d6600ed0a5688a43f6ecd873957326a (patch)
treefeeb09b609a1fea8ae4441a83107767007ccba37 /themes/portions.css
parente5808e7df6eb36ff8e150e57e8691a0b05222844 (diff)
Loaded GTK CSS extensions from files in a given theme directory.
Diffstat (limited to 'themes/portions.css')
-rw-r--r--themes/portions.css65
1 files changed, 0 insertions, 65 deletions
diff --git a/themes/portions.css b/themes/portions.css
deleted file mode 100644
index 3c5c582..0000000
--- a/themes/portions.css
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-@define-color binportion-raw-color #808080;
-
-@define-color binportion-code-color #4150ae;
-
-@define-color binportion-data-color #ae4141;
-
-@define-color binportion-data-ro-color #aeaa41;
-
-@define-color binportion-disassembly-error #000000;
-
-
-
-
-.binportion-raw {
-
- background-color: @binportion-raw-color;
-
- border-color: darker(@binportion-raw-color);
- border-width: 1px;
- border-style: solid;
-
-}
-
-.binportion-code {
-
- background-color: @binportion-code-color;
-
- border-color: darker(@binportion-code-color);
- border-width: 1px;
- border-style: solid;
-
-}
-
-.binportion-data {
-
- background-color: @binportion-data-color;
-
- border-color: darker(@binportion-data-color);
- border-width: 1px;
- border-style: solid;
-
-}
-
-.binportion-data-ro {
-
- background-color: @binportion-data-ro-color;
-
- border-color: darker(@binportion-data-ro-color);
- border-width: 1px;
- border-style: solid;
-
-}
-
-.binportion-disassembly-error {
-
- background-color: @binportion-disassembly-error-color;
-
- border-color: darker(@binportion-disassembly-error-color);
- border-width: 1px;
- border-style: solid;
-
-}