summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/hexview.css')
-rw-r--r--src/gtkext/hexview.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/gtkext/hexview.css b/src/gtkext/hexview.css
new file mode 100644
index 0000000..fdde1cc
--- /dev/null
+++ b/src/gtkext/hexview.css
@@ -0,0 +1,30 @@
+
+.gutter {
+
+ background-color: @theme_bg_color;
+
+}
+
+.custom-view {
+
+ background-color: @theme_base_color;
+
+}
+
+GtkHexView > :not(scrollbar) {
+
+ padding-left: 8px;
+
+}
+
+GtkHexView > :nth-last-child(2) {
+
+ padding-right: 4px;
+
+}
+
+GtkHexView > :nth-last-child(4) {
+
+ border-right: 1px solid @borders;
+
+}