dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

style.css (443B)


      1 window {
      2 margin: 0px;
      3 border: 1px solid #bd93f9;
      4 background-color: #282a36;
      5 }
      6 
      7 #input {
      8 margin: 5px;
      9 border: none;
     10 color: #f8f8f2;
     11 background-color: #44475a;
     12 }
     13 
     14 #inner-box {
     15 margin: 5px;
     16 border: none;
     17 background-color: #282a36;
     18 }
     19 
     20 #outer-box {
     21 margin: 5px;
     22 border: none;
     23 background-color: #282a36;
     24 }
     25 
     26 #scroll {
     27 margin: 0px;
     28 border: none;
     29 }
     30 
     31 #text {
     32 margin: 5px;
     33 border: none;
     34 color: #f8f8f2;
     35 } 
     36 
     37 #entry:selected {
     38 background-color: #44475a;
     39 }