Skip to content

Commit

Permalink
Modify Background
Browse files Browse the repository at this point in the history
Add key hints
Add scrollbar
  • Loading branch information
anoopmsivadas committed Jan 16, 2021
1 parent d57bb29 commit 1efd2cd
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 3 deletions.
Binary file modified Cyberpunk/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cyberpunk/sb_frame_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cyberpunk/sb_frame_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cyberpunk/sb_frame_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cyberpunk/sb_thumb_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cyberpunk/sb_thumb_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cyberpunk/sb_thumb_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion Cyberpunk/theme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terminal-border: "0"
left = 30%
top = 28%
width = 45%
height = 60%
height = 50%
item_font = "Blender Pro Regular 16"
item_color = "#ffff00"
selected_item_color = "#000000"
Expand All @@ -29,6 +29,10 @@ terminal-border: "0"
item_padding = 5
item_spacing = 10
selected_item_pixmap_style = "select_*.png"
scrollbar = true
scrollbar_width = 24
scrollbar_thumb = "sb_thumb_*.png"
scrollbar_frame = "sb_frame_*.png"
}

+ progress_bar {
Expand All @@ -45,3 +49,15 @@ terminal-border: "0"
bar_style = "progress_bar_*.png"
highlight_style = "progress_highlight_*.png"
}

+ label {
top = 100%-25
left = 0
width = 100%
height = 20
text = "@KEYMAP_MIDDLE@"
align = "center"
font = "Blender Pro Regular 12"
color = "#FFFF00"
}

Binary file modified Screenshots/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/screenshot02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Assets
#Assets

Font Used : Blender Pro Book by Nik Thoenen . Font made from [oNline Web Fonts](http://www.onlinewebfonts.com) is licensed by CC BY 3.0

Images from Cyberpunk 2077 Official Website https://www.cyberpunk.net
Images from Cyberpunk 2077 Official Website https://www.cyberpunk.net, [Unsplash](https://unsplash.com/photos/pVq6YhmDPtk)

Icons: Modified Version of Icons from [Breeze](https://github.com/gustawho/grub2-theme-breeze) and Tela themes

Expand Down
Binary file modified assets/background.xcf
Binary file not shown.

0 comments on commit 1efd2cd

Please sign in to comment.