aboutsummaryrefslogblamecommitdiffstats
path: root/.k9s/skin.yml
blob: 9feae6508bfaea48ae88964ab9ea0e201c93c9d1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                           
    
       
                       

                        


                      
                            


                           
         
                       
                  

                             
                             


                                 

                  


                           

                      
           
                         
                           
         
                         
                              
                            

                    
                    
                              
           
                         

                             

                                

                               
                               

                   
                    



                             

                   

                         

                      
                      
                           



                           
         

                        
         
                       
                    
                            
                                  
                     

                    

                         
                        

                   
                         




















                             
# adapted from InTheNavy...
k9s:
  body:
    fgColor: dodgerblue
    bgColor: '#000000'
    logoColor: '#0000ff'
  prompt:
    fgColor: cadetblue
    bgColor: black
    suggestColor: dodgerblue
  info:
    fgColor: lightskyblue
    sectionColor: steelblue
  dialog:
    fgColor: dodgerblue
    bgColor: black
    buttonFgColor: orchid
    buttonBgColor: dodgerblue
    buttonFocusFgColor: white
    buttonFocusBgColor: slateblue
    labelFgColor: slateblue
    fieldFgColor: dodgerblue
  help:
    fgColor: white
    bgColor: black
    keyColor: slateblue
    numKeyColor: dodgerblue
    sectionColor: gray
  frame:
    border:
      fgColor: dodgerblue
      focusColor: aliceblue
    menu:
      fgColor: dodgerblue
      keyColor: cornflowerblue
      numKeyColor: cadetblue
    crumbs:
      fgColor: white
      bgColor: black
      activeColor: deepskyblue
    status:
      newColor: darkgreen
      modifyColor: powderblue
      addColor: lightskyblue
      errorColor: darkred
      pendingColor: mediumpruple
      highlightcolor: royalblue
      killColor: slategray
      completedColor: slateblue
    title:
      fgColor: aqua
      bgColor: black
      highlightColor: skyblue
      counterColor: slateblue
      filterColor: slategray
  views:
    table:
      fgColor: blue
      bgColor: black
      cursorColor: orange
      header:
        fgColor: white
        bgColor: black
        sorterColor: orange
    yaml:
      keyColor: steelblue
      colonColor: blue
      valueColor: royalblue
    logs:
      fgColor: '#005f5f'
      bgColor: black
    xray:
      fgColor: seagreen
      bgColor: black
      cursorColor: steelblue
      graphicColor: cornflowerblue
      showIcons: true
    charts:
      bgColor: black
      dialBgColor: black
      chartBgColor: black
      defaultDialColors:
        - "#005f00"
        - "#005faf"
      defaultChartColors:
        - "#005f00"
        - "#005faf"
      resourceColors:
        batch/v1/jobs:
          - "#005f00"
          - "#005faf"
        v1/persistentvolumes:
          - "#005f00"
          - "#005faf"
        cpu:
          - "#005f00"
          - "#005faf"
        mem:
          - "#005f00"
          - "#005faf"
        v1/events:
          - "#005f00"
          - "#005faf"
        v1/pods:
          - "#005f00"
          - "#005faf"