Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- inputbar {
- padding: 6 ;
- border-spacing: 2 ;
- border: 2 0 2 0 ;
- border-radius: 10 ;
- spacing: 3 10 3 10 ;
- margin: 2 80 2 80 ;
- border-color: @foreground;
- text-color: @yellow;
- children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
- }
- case-indicator {
- spacing: 0;
- text-color: @normal-foreground;
- }
- entry {
- spacing: 0;
- text-color: @normal-foreground;
- }
- prompt {
- spacing: 0;
- text-color: @normal-foreground;
- }
- textbox-prompt-colon {
- expand: false;
- str: ":";
- margin: 0px 0.3000em 0.0000em 0.0000em ;
- text-color: inherit;
- }
Advertisement
Add Comment
Please, Sign In to add comment