Compare commits
No commits in common. "83437bd724752d2fc5db1e1fb20e9d44cbf5ea03" and "8d69407d712bece092f5e07b209aedaf06b4f0dd" have entirely different histories.
83437bd724
...
8d69407d71
|
@ -1,40 +0,0 @@
|
||||||
[colors.primary]
|
|
||||||
background = '#eeeeee'
|
|
||||||
foreground = '#222222'
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
text = '#eeeeee'
|
|
||||||
cursor = '#000000'
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = '#d4d4d4'
|
|
||||||
red = '#ba2c69'
|
|
||||||
green = '#657622'
|
|
||||||
yellow = '#9b5b1b'
|
|
||||||
blue = '#2074a5'
|
|
||||||
magenta = '#8243cf'
|
|
||||||
cyan = '#257d6f'
|
|
||||||
white = '#525252'
|
|
||||||
|
|
||||||
[colors.bright]
|
|
||||||
black = '#9e9e9e'
|
|
||||||
red = '#da407f'
|
|
||||||
green = '#7b8e2b'
|
|
||||||
yellow = '#ba6f25'
|
|
||||||
blue = '#2d8cc5'
|
|
||||||
magenta = '#985fe6'
|
|
||||||
cyan = '#2e9786'
|
|
||||||
white = '#080808'
|
|
||||||
|
|
||||||
[font]
|
|
||||||
size = 18
|
|
||||||
|
|
||||||
[font.normal]
|
|
||||||
family = "Iosevka Term SS08"
|
|
||||||
|
|
||||||
[window]
|
|
||||||
decorations = "none"
|
|
||||||
|
|
||||||
[window.padding]
|
|
||||||
x = 0
|
|
||||||
y = 0
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
window:
|
||||||
|
padding:
|
||||||
|
x: 0
|
||||||
|
y: 0
|
||||||
|
font:
|
||||||
|
normal:
|
||||||
|
family: Iosevka Term SS08
|
||||||
|
white: '#d0d0d0'
|
||||||
|
bold:
|
||||||
|
family: Iosevka Term SS08
|
||||||
|
style: bold
|
||||||
|
italic:
|
||||||
|
family: Iosevka Term SS08
|
||||||
|
style: italic
|
||||||
|
size: 12
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: '0x111111'
|
||||||
|
background: '0xcccccc'
|
||||||
|
normal:
|
||||||
|
black: '0x000000'
|
||||||
|
red: '0xcc3333'
|
||||||
|
green: '0x33cc33'
|
||||||
|
yellow: '0x885800'
|
||||||
|
blue: '0x3333cc'
|
||||||
|
magenta: '0xcc33cc'
|
||||||
|
cyan: '0x33cccc'
|
||||||
|
white: '0xcccccc'
|
Loading…
Reference in New Issue