Skip to content

Commit

Permalink
close #15: improve terminal color
Browse files Browse the repository at this point in the history
rename theme file for consitency
update cyan color
  • Loading branch information
zootedb0t committed Jan 20, 2024
1 parent 6fda28c commit 4c9fa15
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 81 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ lualine.setup {
| Yellow | `#FFD700` | ![Yellow](https://place-hold.it/32/F0D50C?text=+) |
| Orange | `#FF7431` | ![Orange](https://place-hold.it/32/FF8C00?text=+) |
| Blue | `#00BFFF` | ![purple](https://place-hold.it/32/00BFFF?text=+) |
| Cyan | `#48D1CC` | ![Cyan](https://place-hold.it/32/48D1CC?text=+) |
| Cyan | `#00FFFF` | ![Cyan](https://place-hold.it/32/00FFFF?text=+) |
| White | `#BFBFBF` | ![white](https://place-hold.it/32/BFBFBF?text=+) |
| Black(Bright) | `#767C77` | ![bright_black](https://place-hold.it/32/808080?text=+) |
| Red(Bright) | `#FF1A75` | ![bright_red](https://place-hold.it/32/FF1A75?text=+) |
| Green(Bright) | `#1AFFA3` | ![bright_green](https://place-hold.it/32/1AFFA3?text=+) |
| Yellow(Bright) | `#FFFF00` | ![bright_yellow](https://place-hold.it/32/FFFF00?text=+) |
| Orange(Bright) | `#FFAA54` | ![bright_orange](https://place-hold.it/32/FF9633?text=+) |
| Blue(Bright) | `#28C9FF` | ![bright_purple](https://place-hold.it/32/33CFFF?text=+) |
| Cyan(Bright) | `#09FFF2` | ![bright_cyan](https://place-hold.it/32/00FFF2?text=+) |
| Cyan(Bright) | `#33FFFF` | ![bright_cyan](https://place-hold.it/32/33FFFF?text=+) |
| White(Bright) | `#F9F9F9` | ![bright_cyan](https://place-hold.it/32/F9F9F9?text=+) |

## :pray: Acknowledgments
Expand Down
20 changes: 10 additions & 10 deletions extra/citruszest_alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Default colorss
[colors.primary]
background = '#121212'
foreground = '#BFBFBF'
foreground = '#F9F9F9'

[colors.cursor]
text = '#BFBFBF'
cursor = '#121212'
text = '#F9F9F9'
cursor = '#BFBFBF'

# Normal colorss
[colors.normal]
black = '#3c3836'
red = '#ff5454'
green = '#00cc7a'
yellow = '#ffd700'
blue = '#00bfff'
magenta = '#e637bf'
black = '#232323'
red = '#FF5454'
green = '#00CC7A'
yellow = '#FFD700'
blue = '#00bFFF'
magenta = '#FF00FF'
cyan = '#48d1cc'
white = '#bfbfbf'

Expand All @@ -25,6 +25,6 @@
green = '#1affa3'
yellow = '#ffff00'
blue = '#28c9ff'
magenta = '#f865b0'
magenta = '#ff33ff'
cyan = '#09fff2'
white = '#f9f9f9'
8 changes: 4 additions & 4 deletions extra/foot-terminal → extra/citruszest_foot
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ color=121212 BFBFBF

[colors]
background=121212
foreground=BFBFBF
regular0=121212
foreground=F9F9F9
regular0=232323
regular1=FF5454
regular2=00CC7A
regular3=FFD700
regular4=FF7431
regular5=00BFFF
regular6=48D1CC
regular6=00FFFF
regular7=BFBFBF
bright0=767C77
bright1=FF1A75
bright2=1AFFA3
bright3=FFFF00
bright4=FFAA54
bright5=28C9FF
bright6=09FFF2
bright6=33FFFF
bright7=F9F9F9

# vim: ft=dosini
8 changes: 4 additions & 4 deletions extra/kitty-theme.conf → extra/citruszest_kitty.conf
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
background #121212
foreground #BFBFBF
cursor #666666
foreground #F9F9F9
cursor #BFBFBF
color0 #232323
color1 #FF5454
color2 #00CC7A
color3 #FFD700
color4 #FF7431
color5 #00BFFF
color6 #48D1CC
color6 #00FFFF
color7 #BFBFBF
color8 #767C77
color9 #FF1A75
color10 #1AFFA3
color11 #FFFF00
color12 #FFAA54
color13 #28C9FF
color14 #09FFF2
color14 #33FFFF
color15 #F9F9F9
selection_background #404040
selection_foreground #BFBFBF
8 changes: 4 additions & 4 deletions extra/xresources → extra/citruszest_xresources
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.background: #121212
*.foreground: #BFBFBF
*.foreground: #F9F9F9

*.color0: #232323
*.color0: #121212
*.color8: #767C77

*.color1: #FF5454
Expand All @@ -19,8 +19,8 @@
*.color5: #00BFFF
*.color13: #28C9FF

*.color6: #48D1CC
*.color14: #09FFF2
*.color6: #00FFFF
*.color14: #33FFFF

*.color7: #BFBFBF
*.color15: #F9F9F9
Expand Down
Loading

0 comments on commit 4c9fa15

Please sign in to comment.