Sha256: ffbca25d568714ff13f70cc5e8591c3cc4ea43baa860e4d73b037f23dee19db8

Contents?: true

Size: 1.86 KB

Versions: 7

Compression:

Stored size: 1.86 KB

Contents

*{
/* Default css properties
  -GerminalTerminal-foreground: #aeafad;
  -GerminalTerminal-background: #323232;
  -GerminalTerminal-black: #000000;
  -GerminalTerminal-red: #b9214f;
  -GerminalTerminal-green: #A6E22E;
  -GerminalTerminal-yellow: #ff9800;
  -GerminalTerminal-blue: #3399ff;
  -GerminalTerminal-magenta: #8e33ff;
  -GerminalTerminal-cyan: #06a2dc;
  -GerminalTerminal-white: #B0B0B0;
  -GerminalTerminal-brightblack: #5D5D5D;
  -GerminalTerminal-brightred: #ff5c8d;
  -GerminalTerminal-brightgreen: #CDEE69;
  -GerminalTerminal-brightyellow: #ffff00;
  -GerminalTerminal-brightblue: #9CD9F0;
  -GerminalTerminal-brightmagenta: #FBB1F9;
  -GerminalTerminal-brightcyan: #77DFD8;
  -GerminalTerminal-brightwhite: #F7F7F7;
  -GerminalTerminal-font: Monospace 11;
  -GerminalWindow-shell: "/usr/bin/fish";
  -GerminalWindow-css-editor-style: "monokai-extended";
  -GerminalWindow-height: 500;
  -GerminalWindow-width: 1000;*/
}

GerminalWindow GtkHeaderBar GtkEntry{
  border-radius: 4px;
}
GerminalWindow GtkOverlay GtkBox#resize_box{
    background: rgba(49, 150, 188, 0.5);
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: rgba(49, 150, 188, 1);
    border-radius: 6px 0px 0px 0px;
}
GerminalWindow GtkOverlay GtkScrolledWindow#terminal_chooser GtkBox{
    background-color: rgba(49, 150, 188, 0.5);
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: rgba(49, 150, 188, 1);
    border-radius: 6px 0px 0px 6px;
}

GerminalWindow GtkOverlay GtkScrolledWindow GtkGrid GtkButton {
  margin: 0px;
  padding: 0px;
}

GerminalWindow GtkOverlay GtkScrolledWindow GtkGrid GtkButton GtkImage {
  border: solid 3px rgba(0, 0, 0, 0.0);
}

.tooltip {
  background:rgba(50, 50, 50,0.5);
  border:none;
  color: #ddd;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
Germinal-1.3.2 data/germinal.css
Germinal-1.3.1 data/germinal.css
Germinal-1.3.0 data/germinal.css
Germinal-1.2.3 data/germinal.css
Germinal-1.2.2 data/germinal.css
Germinal-1.2.1 data/germinal.css
Germinal-1.2.0 data/germinal.css