# # # name: Ocean # author: Chris Kempson (http://chriskempson.com) # slug: ocean # slug-underscored: ocean # system: base16 # variant: dark # is-dark-variant: true # # # Main bg theme[main_bg]="#2b303b" # Main text color theme[main_fg]="#c0c5ce" # Title color for boxes theme[title]="#c0c5ce" # Highlight color for keyboard shortcuts theme[hi_fg]="#8fa1b3" # Background color of selected item in processes box theme[selected_bg]="#343d46" # Foreground color of selected item in processes box theme[selected_fg]="#c0c5ce" # Color of inactive/disabled text theme[inactive_fg]="#a7adba" # Misc colors for processes box including mini cpu graphs, details memory graph and details status text theme[proc_misc]="#8fa1b3" # Cpu box outline color theme[cpu_box]="#a7adba" # Memory/disks box outline color theme[mem_box]="#a7adba" # Net up/down box outline color theme[net_box]="#a7adba" # Processes box outline color theme[proc_box]="#a7adba" # Box divider line and small boxes line color theme[div_line]="#a7adba" # Temperature graph colors theme[temp_start]="#a3be8c" theme[temp_mid]="#ebcb8b" theme[temp_end]="#bf616a" # CPU graph colors theme[cpu_start]="#a3be8c" theme[cpu_mid]="#ebcb8b" theme[cpu_end]="#bf616a" # Mem/Disk free meter theme[free_start]="#a3be8c" theme[free_mid]="#ebcb8b" theme[free_end]="#bf616a" # Mem/Disk cached meter theme[cached_start]="#a3be8c" theme[cached_mid]="#ebcb8b" theme[cached_end]="#bf616a" # Mem/Disk available meter theme[available_start]="#a3be8c" theme[available_mid]="#ebcb8b" theme[available_end]="#bf616a" # Mem/Disk used meter theme[used_start]="#a3be8c" theme[used_mid]="#ebcb8b" theme[used_end]="#bf616a" # Download graph colors theme[download_start]="#a3be8c" theme[download_mid]="#ebcb8b" theme[download_end]="#bf616a" # Upload graph colors theme[upload_start]="#a3be8c" theme[upload_mid]="#ebcb8b" theme[upload_end]="#bf616a"